Home
last modified time | relevance | path

Searched refs:rSpzArr (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/undo/
H A Dundobj.cxx639 const SwSpzFrmFmts& rSpzArr = *pDoc->GetSpzFrmFmts(); in DelCntntIndex() local
640 if( rSpzArr.Count() ) in DelCntntIndex()
645 sal_uInt16 n = rSpzArr.Count(); in DelCntntIndex()
648 while( n && rSpzArr.Count() ) in DelCntntIndex()
650 pFmt = (SwFlyFrmFmt*)rSpzArr[--n]; in DelCntntIndex()
670 n = n >= rSpzArr.Count() ? rSpzArr.Count() : n+1; in DelCntntIndex()
715 n = n >= rSpzArr.Count() ? in DelCntntIndex()
716 rSpzArr.Count() : n+1; in DelCntntIndex()
732 n = n >= rSpzArr.Count() ? rSpzArr.Count() : n+1; in DelCntntIndex()
763 n = n >= rSpzArr.Count() ? rSpzArr.Count() : n+1; in DelCntntIndex()
H A Dundel.cxx67 void lcl_MakeAutoFrms( const SwSpzFrmFmts& rSpzArr, sal_uLong nMovedIndex ) in lcl_MakeAutoFrms() argument
69 if( rSpzArr.Count() ) in lcl_MakeAutoFrms()
73 for( sal_uInt16 n = 0; n < rSpzArr.Count(); ++n ) in lcl_MakeAutoFrms()
75 pFmt = (SwFlyFrmFmt*)rSpzArr[n]; in lcl_MakeAutoFrms()
633 void lcl_ReAnchorAtCntntFlyFrames( const SwSpzFrmFmts& rSpzArr, SwPosition &rPos, sal_uLong nOldIdx… in lcl_ReAnchorAtCntntFlyFrames() argument
635 if( rSpzArr.Count() ) in lcl_ReAnchorAtCntntFlyFrames()
640 for( sal_uInt16 n = 0; n < rSpzArr.Count(); ++n ) in lcl_ReAnchorAtCntntFlyFrames()
642 pFmt = (SwFlyFrmFmt*)rSpzArr[n]; in lcl_ReAnchorAtCntntFlyFrames()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx1577 SwSpzFrmFmts& rSpzArr = *pDoc->GetSpzFrmFmts(); in WizzardGetFly() local
1578 sal_uInt16 nCnt = rSpzArr.Count(); in WizzardGetFly()
1588 SwFrmFmt* pFmt = rSpzArr[ n ]; in WizzardGetFly()

Completed in 37 milliseconds