Lines Matching refs:SwDoc
131 SwFrmFmt *SwDoc::MakeLayoutFmt( RndStdIds eRequest, const SfxItemSet* pSet ) in MakeLayoutFmt()
225 void SwDoc::DelLayoutFmt( SwFrmFmt *pFmt ) in DelLayoutFmt()
384 SwFrmFmt *SwDoc::CopyLayoutFmt( in CopyLayoutFmt()
394 SwDoc* pSrcDoc = (SwDoc*)rSource.GetDoc(); in CopyLayoutFmt()
548 SdrObject* SwDoc::CloneSdrObj( const SdrObject& rObj, sal_Bool bMoveWithinDoc, in CloneSdrObj()
596 SwFlyFrmFmt* SwDoc::_MakeFlySection( const SwPosition& rAnchPos, in _MakeFlySection()
732 SwFlyFrmFmt* SwDoc::MakeFlySection( RndStdIds eAnchorType, in MakeFlySection()
788 SwFlyFrmFmt* SwDoc::MakeFlyAndMove( const SwPaM& rPam, const SfxItemSet& rSet, in MakeFlyAndMove()
919 SwDrawFrmFmt* SwDoc::InsertDrawObj( in InsertDrawObj()
1084 SwPosFlyFrms SwDoc::GetAllFlyFmts( const SwPaM* pCmpRange, sal_Bool bDrawAlso ) const in GetAllFlyFmts()
1219 lcl_InsertLabel(SwDoc & rDoc, SwTxtFmtColls *const pTxtFmtCollTbl, in lcl_InsertLabel()
1545 SwDoc::InsertLabel( in InsertLabel()
1587 lcl_InsertDrawLabel( SwDoc & rDoc, SwTxtFmtColls *const pTxtFmtCollTbl, in lcl_InsertDrawLabel()
1832 SwFlyFrmFmt* SwDoc::InsertDrawLabel( in InsertDrawLabel()
1883 void SwDoc::StartIdling() in StartIdling()
1890 void SwDoc::StopIdling() in StopIdling()
1896 void SwDoc::BlockIdling() in BlockIdling()
1902 void SwDoc::UnblockIdling() in UnblockIdling()
1919 IMPL_LINK( SwDoc, DoIdleJobs, Timer *, pTimer ) in IMPL_LINK() argument
2006 IMPL_STATIC_LINK( SwDoc, BackgroundDone, SvxBrushItem*, EMPTYARG ) in IMPL_STATIC_LINK() argument
2023 static String lcl_GetUniqueFlyName( const SwDoc* pDoc, sal_uInt16 nDefStrId ) in lcl_GetUniqueFlyName()
2066 String SwDoc::GetUniqueGrfName() const in GetUniqueGrfName()
2071 String SwDoc::GetUniqueOLEName() const in GetUniqueOLEName()
2076 String SwDoc::GetUniqueFrameName() const in GetUniqueFrameName()
2081 const SwFlyFrmFmt* SwDoc::FindFlyByName( const String& rName, sal_Int8 nNdTyp ) const in FindFlyByName()
2108 void SwDoc::SetFlyName( SwFlyFrmFmt& rFmt, const String& rName ) in SetFlyName()
2127 void SwDoc::SetAllUniqueFlyNames() in SetAllUniqueFlyNames()
2227 sal_Bool SwDoc::IsInHeaderFooter( const SwNodeIndex& rIdx ) const in IsInHeaderFooter()
2290 short SwDoc::GetTextDirection( const SwPosition& rPos, in GetTextDirection()
2345 sal_Bool SwDoc::IsInVerticalText( const SwPosition& rPos, const Point* pPt ) const in IsInVerticalText()
2351 void SwDoc::SetCurrentViewShell( ViewShell* pNew ) in SetCurrentViewShell()
2356 SwLayouter* SwDoc::GetLayouter() in GetLayouter()
2361 const SwLayouter* SwDoc::GetLayouter() const in GetLayouter()
2366 void SwDoc::SetLayouter( SwLayouter* pNew ) in SetLayouter()
2371 const ViewShell *SwDoc::GetCurrentViewShell() const in GetCurrentViewShell()
2376 ViewShell *SwDoc::GetCurrentViewShell() in GetCurrentViewShell()
2381 const SwRootFrm *SwDoc::GetCurrentLayout() const in GetCurrentLayout()
2388 SwRootFrm *SwDoc::GetCurrentLayout() in GetCurrentLayout()
2395 bool SwDoc::HasLayout() const in HasLayout()
2401 std::set<SwRootFrm*> SwDoc::GetAllLayouts() in GetAllLayouts()
2422 void SwDoc::ShareLayout(boost::shared_ptr<SwRootFrm>& rPtr) in ShareLayout()