Home
last modified time | relevance | path

Searched refs:rFmts (Results 1 – 20 of 20) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunocoll.cxx1227 SwSectionFmts& rFmts = GetDoc()->GetSections(); in getByIndex() local
1240 if(nIndex >= 0 && nIndex < rFmts.Count()) in getByIndex()
1261 SwSectionFmts& rFmts = GetDoc()->GetSections(); in getByName() local
1263 for(sal_uInt16 i = 0; i < rFmts.Count(); i++) in getByName()
1265 SwSectionFmt* pFmt = rFmts[i]; in getByName()
1299 SwSectionFmts& rFmts = GetDoc()->GetSections(); in getElementNames() local
1304 const SwSectionFmt* pFmt = rFmts[nIndex]; in getElementNames()
1307 pFmt = rFmts[++nIndex]; in getElementNames()
1324 for(sal_uInt16 i = 0; i < rFmts.Count(); i++) in hasByName()
1326 const SwSectionFmt* pFmt = rFmts[i]; in hasByName()
[all …]
H A Dunoidx.cxx2575 const SwSectionFmts& rFmts = GetDoc()->GetSections(); in getCount() local
2576 for( sal_uInt16 n = 0; n < rFmts.Count(); ++n ) in getCount()
2578 const SwSection* pSect = rFmts[ n ]->GetSection(); in getCount()
2603 const SwSectionFmts& rFmts = GetDoc()->GetSections(); in getByIndex() local
2604 for( sal_uInt16 n = 0; n < rFmts.Count(); ++n ) in getByIndex()
2606 const SwSection* pSect = rFmts[ n ]->GetSection(); in getByIndex()
2638 for( sal_uInt16 n = 0; n < rFmts.Count(); ++n ) in getByName()
2640 const SwSection* pSect = rFmts[ n ]->GetSection(); in getByName()
2671 for( n = 0; n < rFmts.Count(); ++n ) in getElementNames()
2684 for( n = 0, nCnt = 0; n < rFmts.Count(); ++n ) in getElementNames()
[all …]
H A Dunosect.cxx574 SwSectionFmts const& rFmts = pDoc->GetSections(); in lcl_UpdateSection() local
576 for (sal_uInt16 i = 0; i < rFmts.Count(); i++) in lcl_UpdateSection()
578 if (rFmts[i]->GetSection()->GetSectionName() in lcl_UpdateSection()
1822 const SwSectionFmts& rFmts = pFmt->GetDoc()->GetSections(); in setName() local
1824 for( sal_uInt16 i = 0; i < rFmts.Count(); i++ ) in setName()
1826 if(rFmts[i]->GetSection() == pSect) in setName()
1830 else if (sNewName == rFmts[i]->GetSection()->GetSectionName()) in setName()
H A Dunoobj2.cxx236 const SwSpzFrmFmts& rFmts = *pDoc->GetSpzFrmFmts(); in CollectFrameAtNode() local
237 sal_uInt16 nSize = rFmts.Count(); in CollectFrameAtNode()
240 const SwFrmFmt* pFmt = rFmts[ i ]; in CollectFrameAtNode()
/trunk/main/sw/source/core/edit/
H A Dedtox.cxx271 const SwSectionFmts& rFmts = GetDoc()->GetSections(); in GetTOXCount() local
273 for( sal_uInt16 n = rFmts.Count(); n; ) in GetTOXCount()
275 const SwSection* pSect = rFmts[ --n ]->GetSection(); in GetTOXCount()
286 const SwSectionFmts& rFmts = GetDoc()->GetSections(); in GetTOX() local
287 for( sal_uInt16 n = 0, nCnt = 0; n < rFmts.Count(); ++n ) in GetTOX()
289 const SwSection* pSect = rFmts[ n ]->GetSection(); in GetTOX()
H A Dedsect.cxx131 const SwSectionFmts& rFmts = GetDoc()->GetSections(); in IsAnySectionInDoc() local
132 sal_uInt16 nCnt = rFmts.Count(); in IsAnySectionInDoc()
138 const SwSectionFmt* pFmt = rFmts[ n ]; in IsAnySectionInDoc()
144 const SwSection& rSect = *rFmts[ n ]->GetSection(); in IsAnySectionInDoc()
H A Dautofmt.cxx379 const SwSpzFrmFmts& rFmts = *pDoc->GetSpzFrmFmts(); in HasObjects() local
380 for( sal_uInt16 n = 0; n < rFmts.Count(); ++n ) in HasObjects()
382 const SwFmtAnchor& rAnchor = rFmts[ n ]->GetAnchor(); in HasObjects()
/trunk/main/sw/source/core/doc/
H A Ddocfly.cxx77 const SwSpzFrmFmts& rFmts = *GetSpzFrmFmts(); in GetFlyCount() local
78 sal_uInt16 nSize = rFmts.Count(); in GetFlyCount()
83 const SwFrmFmt* pFlyFmt = rFmts[ i ]; in GetFlyCount()
119 SwSpzFrmFmts& rFmts = *GetSpzFrmFmts(); in GetFlyNum() local
121 sal_uInt16 nSize = rFmts.Count(); in GetFlyNum()
126 SwFrmFmt* pFlyFmt = rFmts[ i ]; in GetFlyNum()
H A Ddoclay.cxx2029 const SwSpzFrmFmts& rFmts = *pDoc->GetSpzFrmFmts(); in lcl_GetUniqueFlyName() local
2031 sal_uInt16 nNum, nTmp, nFlagSize = ( rFmts.Count() / 8 ) +2; in lcl_GetUniqueFlyName()
2037 for( n = 0; n < rFmts.Count(); ++n ) in lcl_GetUniqueFlyName()
2039 const SwFrmFmt* pFlyFmt = rFmts[ n ]; in lcl_GetUniqueFlyName()
2045 if( nNum-- && nNum < rFmts.Count() ) in lcl_GetUniqueFlyName()
2051 nNum = rFmts.Count(); in lcl_GetUniqueFlyName()
2083 const SwSpzFrmFmts& rFmts = *GetSpzFrmFmts(); in FindFlyByName() local
2084 for( sal_uInt16 n = rFmts.Count(); n; ) in FindFlyByName()
2086 const SwFrmFmt* pFlyFmt = rFmts[ --n ]; in FindFlyByName()
H A Ddocedt.cxx228 SwSpzFrmFmts& rFmts = *rRg.aStart.GetNode().GetDoc()->GetSpzFrmFmts(); in _SaveFlyInRange() local
229 for( sal_uInt16 n = 0; n < rFmts.Count(); ++n ) in _SaveFlyInRange()
231 SwFrmFmt *const pFmt = static_cast<SwFrmFmt*>(rFmts[n]); in _SaveFlyInRange()
243 rFmts.Remove( n--, 1 ); in _SaveFlyInRange()
251 SwSpzFrmFmts& rFmts = *rPam.GetPoint()->nNode.GetNode().GetDoc()->GetSpzFrmFmts(); in _SaveFlyInRange() local
268 for( sal_uInt16 n = 0; n < rFmts.Count(); ++n ) in _SaveFlyInRange()
271 pFmt = (SwFrmFmt*)rFmts[n]; in _SaveFlyInRange()
305 rFmts.Remove( n--, 1 ); in _SaveFlyInRange()
/trunk/main/sw/source/core/crsr/
H A Dpam.cxx764 const SwSectionFmts& rFmts = GetDoc()->GetSections(); in HasReadonlySel() local
765 for( sal_uInt16 n = rFmts.Count(); n; ) in HasReadonlySel()
767 const SwSectionFmt* pFmt = rFmts[ --n ]; in HasReadonlySel()
790 const SwFrmFmts& rFmts = *GetDoc()->GetTblFrmFmts(); in HasReadonlySel() local
791 for( n = rFmts.Count(); n ; ) in HasReadonlySel()
793 SwFrmFmt* pFmt = (SwFrmFmt*)rFmts[ --n ]; in HasReadonlySel()
H A Dtrvlreg.cxx254 const SwSectionFmts& rFmts = GetDoc()->GetSections(); in GotoRegion() local
255 for( sal_uInt16 n = rFmts.Count(); n; ) in GotoRegion()
257 const SwSectionFmt* pFmt = rFmts[ --n ]; in GotoRegion()
H A Dcrstrvl.cxx304 const SwSectionFmts& rFmts = GetDoc()->GetSections(); in GotoNextTOXBase() local
306 for( sal_uInt16 n = rFmts.Count(); n; ) in GotoNextTOXBase()
308 const SwSection* pSect = rFmts[ --n ]->GetSection(); in GotoNextTOXBase()
354 const SwSectionFmts& rFmts = GetDoc()->GetSections(); in GotoPrevTOXBase() local
356 for( sal_uInt16 n = rFmts.Count(); n; ) in GotoPrevTOXBase()
358 const SwSection* pSect = rFmts[ --n ]->GetSection(); in GotoPrevTOXBase()
H A Dswcrsr.cxx315 const SwSectionFmts& rFmts = pDoc->GetSections(); in IsSelOvr() local
316 for( sal_uInt16 n = 0; n < rFmts.Count(); ++n ) in IsSelOvr()
318 const SwSectionFmt* pFmt = rFmts[n]; in IsSelOvr()
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx580 const SwSpzFrmFmts& rFmts = *pDoc->GetSpzFrmFmts(); in FindPageDesc() local
583 for( n = 0; n < rFmts.Count(); ++n ) in FindPageDesc()
585 SwFrmFmt* pFrmFmt = rFmts[ n ]; in FindPageDesc()
606 for( n = 0; n < rFmts.Count(); ++n ) in FindPageDesc()
608 const SwFrmFmt* pFrmFmt = rFmts[ n ]; in FindPageDesc()
632 if( n >= rFmts.Count() ) in FindPageDesc()
H A Dsection.cxx1658 const SwSectionFmts& rFmts = pDoc->GetSections(); in Closed() local
1659 for( sal_uInt16 n = rFmts.Count(); n; ) in Closed()
1660 if( rFmts[ --n ] == &rSectFmt ) in Closed()
H A Dndtbl.cxx4556 SwFrmFmts& rFmts = *GetTblFrmFmts(); in UnProtectTbls() local
4559 for( sal_uInt16 n = rFmts.Count(); n ; ) in UnProtectTbls()
4560 if( 0 != (pTbl = SwTable::FindTable( rFmts[ --n ] )) && in UnProtectTbls()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx2709 const SwSpzFrmFmts& rFmts = *GetDoc()->GetSpzFrmFmts(); in IsLowerOf() local
2716 for( n = 0; n < rFmts.Count(); ++n ) in IsLowerOf()
2718 const SwFrmFmt* pFmt = rFmts[ n ]; in IsLowerOf()
2737 if( n >= rFmts.Count() ) in IsLowerOf()
2848 SwSpzFrmFmts& rFmts = *GetDoc()->GetSpzFrmFmts(); in MakeFrms() local
2849 for( sal_uInt16 i = 0; i < rFmts.Count(); ++i ) in MakeFrms()
2851 SwFrmFmt* pFlyFmt = rFmts[i]; in MakeFrms()
/trunk/main/sw/source/core/draw/
H A Ddcontact.cxx1969 SwSpzFrmFmts& rFmts = *(pDrawFrmFmt->GetDoc()->GetSpzFrmFmts()); in ConnectToLayout() local
1970 for( sal_uInt16 i = 0; i < rFmts.Count(); ++i ) in ConnectToLayout()
1972 SwFrmFmt* pFlyFmt = rFmts[i]; in ConnectToLayout()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx976 const SwSpzFrmFmts& rFmts = *rPam.GetDoc()->GetSpzFrmFmts(); in IsEmptyBox() local
981 for( sal_uInt16 n = 0; n < rFmts.Count(); ++n ) in IsEmptyBox()
983 const SwFmtAnchor& rAnchor = rFmts[n]->GetAnchor(); in IsEmptyBox()

Completed in 182 milliseconds