Searched refs:FillSelection (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/sw/source/core/layout/ |
H A D | trvlfrm.cxx | 231 bool SwLayoutFrm::FillSelection( SwSelectionList& rList, const SwRect& rRect ) const in FillSelection() function in SwLayoutFrm 239 pFrm->FillSelection( rList, rRect ); in FillSelection() 246 bool SwPageFrm::FillSelection( SwSelectionList& rList, const SwRect& rRect ) const in FillSelection() function in SwPageFrm 251 bRet = SwLayoutFrm::FillSelection( rList, rRect ); in FillSelection() 261 if( pFly->FillSelection( rList, rRect ) ) in FillSelection() 269 bool SwRootFrm::FillSelection( SwSelectionList& aSelList, const SwRect& rRect) const in FillSelection() function in SwRootFrm 278 pPage->FillSelection( aSelList, rRect ); in FillSelection()
|
H A D | unusedf.cxx | 49 bool SwFrm::FillSelection( SwSelectionList& , const SwRect& ) const in FillSelection() function in SwFrm
|
/aoo4110/main/sw/source/core/inc/ |
H A D | layfrm.hxx | 85 virtual bool FillSelection( SwSelectionList& rList, const SwRect& rRect ) const;
|
H A D | rootfrm.hxx | 212 virtual bool FillSelection( SwSelectionList& rList, const SwRect& rRect ) const;
|
H A D | pagefrm.hxx | 396 virtual bool FillSelection( SwSelectionList& rList, const SwRect& rRect ) const;
|
H A D | txtfrm.hxx | 281 virtual bool FillSelection( SwSelectionList& rList, const SwRect& rRect ) const;
|
H A D | frame.hxx | 868 virtual bool FillSelection( SwSelectionList& rList, const SwRect& rRect ) const;
|
/aoo4110/main/sw/source/core/text/ |
H A D | itrcrsr.cxx | 1757 bool SwTxtFrm::FillSelection( SwSelectionList& rSelList, const SwRect& rRect ) const in FillSelection() function in SwTxtFrm 1876 if( pFly->IsFlyInCntFrm() && pFly->FillSelection( rSelList, rRect ) ) in FillSelection()
|
/aoo4110/main/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 1907 if( GetLayout()->FillSelection( aSelList, aRect ) ) in RefreshBlockCursor()
|
Completed in 90 milliseconds