Searched refs:rSpzArr (Results 1 – 3 of 3) sorted by relevance
639 const SwSpzFrmFmts& rSpzArr = *pDoc->GetSpzFrmFmts(); in DelCntntIndex() local640 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()
67 void lcl_MakeAutoFrms( const SwSpzFrmFmts& rSpzArr, sal_uLong nMovedIndex ) in lcl_MakeAutoFrms() argument69 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() argument635 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()
1577 SwSpzFrmFmts& rSpzArr = *pDoc->GetSpzFrmFmts(); in WizzardGetFly() local1578 sal_uInt16 nCnt = rSpzArr.Count(); in WizzardGetFly()1588 SwFrmFmt* pFmt = rSpzArr[ n ]; in WizzardGetFly()
Completed in 106 milliseconds