|
sal_uInt16 | sw::hack::TransformWhichBetweenPools (const SfxItemPool &rDestPool, const SfxItemPool &rSrcPool, sal_uInt16 nWhich) |
| Map an ID valid in one SfxItemPool to its equivalent in another. More...
|
|
sal_uInt16 | sw::hack::GetSetWhichFromSwDocWhich (const SfxItemSet &rSet, const SwDoc &rDoc, sal_uInt16 nWhich) |
| Map a SwDoc WhichId to the equivalent Id for a given SfxItemSet. More...
|
|
SwTwips | sw::util::MakeSafePositioningValue (SwTwips nIn) |
| Clips a value to MAX/MIN 16bit value to make it safe for use as a position value to give to writer. More...
|
|
void | sw::util::GetPoolItems (const SfxItemSet &rSet, ww8::PoolItems &rItems, bool bExportParentItemSet) |
| Get the SfxPoolItems of a SfxItemSet. More...
|
|
const SfxPoolItem * | sw::util::SearchPoolItems (const ww8::PoolItems &rItems, sal_uInt16 eType) |
|
void | sw::util::ClearOverridesFromSet (const SwFormatCharFormat &rFormat, SfxItemSet &rSet) |
| Remove properties from an SfxItemSet which a SwFormatCharFormat overrides. More...
|
|
ww8::ParaStyles | sw::util::GetParaStyles (const SwDoc &rDoc) |
| Get the Paragraph Styles of a SwDoc. More...
|
|
SwTextFormatColl * | sw::util::GetParaStyle (SwDoc &rDoc, const OUString &rName) |
| Get a Paragraph Style which fits a given name. More...
|
|
SwCharFormat * | sw::util::GetCharStyle (SwDoc &rDoc, const OUString &rName) |
| Get a Character Style which fits a given name. More...
|
|
void | sw::util::SortByAssignedOutlineStyleListLevel (ww8::ParaStyles &rStyles) |
| Sort sequence of Paragraph Styles by assigned outline style list level. More...
|
|
ww8::Frames | sw::util::GetFrames (const SwDoc &rDoc, SwPaM const *pPaM) |
| Get the Floating elements in a SwDoc. More...
|
|
void | sw::util::UpdateFramePositions (ww8::Frames &rFrames) |
| fix up frame positions, must be called after SetRedlineFlags More...
|
|
ww8::Frames | sw::util::GetFramesInNode (const ww8::Frames &rFrames, const SwNode &rNode) |
| Get the Frames anchored to a given node. More...
|
|
const SwNumFormat * | sw::util::GetNumFormatFromSwNumRuleLevel (const SwNumRule &rRule, int nLevel) |
| Get the Numbering Format for a given level from a numbering rule. More...
|
|
const SwNumFormat * | sw::util::GetNumFormatFromTextNode (const SwTextNode &rTextNode) |
| Get the Numbering Format used on a paragraph. More...
|
|
const SwNumRule * | sw::util::GetNumRuleFromTextNode (const SwTextNode &rTextNode) |
|
const SwNumRule * | sw::util::GetNormalNumRuleFromTextNode (const SwTextNode &rTextNode) |
|
SwNoTextNode * | sw::util::GetNoTextNodeFromSwFrameFormat (const SwFrameFormat &rFormat) |
| Get the SwNoTextNode associated with a SwFrameFormat if here is one. More...
|
|
bool | sw::util::HasPageBreak (const SwNode &rNode) |
| Does a node have a "page break before" applied. More...
|
|
tools::Polygon | sw::util::PolygonFromPolyPolygon (const tools::PolyPolygon &rPolyPoly) |
| Make a best fit Polygon from a PolyPolygon. More...
|
|
tools::Polygon | sw::util::CorrectWordWrapPolygonForExport (const tools::PolyPolygon &rPolyPoly, const SwNoTextNode *pNd, bool bCorrectCrop) |
| Undo all scaling / move tricks of the wrap polygon done during import. More...
|
|
void | sw::util::MoveAttrFieldmarkInserted (SwFltPosition &rMkPos, SwFltPosition &rPtPos, const SwPosition &rPos) |
|