LibreOffice Module sw (master) 1
|
#include "needed_cast.hxx"
Go to the source code of this file.
Classes | |
class | sw::util::HdFtDistanceGlue |
Make export a word section top/bottom values easy. More... | |
Namespaces | |
namespace | sw |
Dialog to specify the properties of date form field. | |
namespace | sw::types |
namespace | sw::util |
Functions | |
template<typename Ret , typename Param > | |
Ret | sw::types::writer_cast (Param in) |
A static_cast style cast for conversion of word types to writer's. More... | |
template<typename Ret , typename Param > | |
Ret | sw::types::msword_cast (Param in) |
A static_cast style cast for conversion of writer types to word's. More... | |
bool | sw::util::IsPlausableSingleWordSection (const SwFrameFormat &rTitleFormat, const SwFrameFormat &rFollowFormat) |
See if two page formats can be expressed as a single word section. More... | |