Home
last modified time | relevance | path

Searched refs:pObjs (Results 1 – 19 of 19) sorted by relevance

/trunk/main/sw/source/core/access/
H A Daccfrmobjslist.cxx51 if( pObjs && pObjs->Count() ) in SwAccessibleChildSList_const_iterator()
53 aCurr = (*pObjs)[nNextObj++]->GetDrawObj(); in SwAccessibleChildSList_const_iterator()
58 const SwSortedObjs *pObjs = rFrm.GetDrawObjs(); in SwAccessibleChildSList_const_iterator() local
59 if ( pObjs && pObjs->Count() ) in SwAccessibleChildSList_const_iterator()
61 aCurr = (*pObjs)[nNextObj++]->GetDrawObj(); in SwAccessibleChildSList_const_iterator()
64 aCurr = (nNextObj < pObjs->Count()) in SwAccessibleChildSList_const_iterator()
118 aCurr = ( pObjs && nNextObj < pObjs->Count() ) in next()
119 ? (*pObjs)[nNextObj++]->GetDrawObj() in next()
125 const sal_uInt32 nObjsCount = pObjs ? pObjs->Count() : 0; in next()
126 aCurr = ( pObjs && nNextObj < nObjsCount ) in next()
[all …]
H A Daccfrmobjmap.cxx72 const SwSortedObjs *pObjs = pPgFrm->GetSortedObjs(); in SwAccessibleChildMap() local
73 if ( pObjs ) in SwAccessibleChildMap()
75 for( sal_uInt16 i=0; i<pObjs->Count(); i++ ) in SwAccessibleChildMap()
77 aLower = (*pObjs)[i]->GetDrawObj(); in SwAccessibleChildMap()
87 const SwSortedObjs *pObjs = rFrm.GetDrawObjs(); in SwAccessibleChildMap() local
88 if ( pObjs ) in SwAccessibleChildMap()
90 for( sal_uInt16 i=0; i<pObjs->Count(); i++ ) in SwAccessibleChildMap()
92 aLower = (*pObjs)[i]->GetDrawObj(); in SwAccessibleChildMap()
/trunk/main/sw/source/core/layout/
H A Danchoredobject.cxx562 const SwSortedObjs* pObjs = GetAnchorFrm()->GetDrawObjs(); in ConsiderObjWrapInfluenceOfOtherObjs() local
563 if ( pObjs->Count() > 1 ) in ConsiderObjWrapInfluenceOfOtherObjs()
566 for ( ; i < pObjs->Count(); ++i ) in ConsiderObjWrapInfluenceOfOtherObjs()
568 SwAnchoredObject* pAnchoredObj = (*pObjs)[i]; in ConsiderObjWrapInfluenceOfOtherObjs()
759 for ( ; i < pObjs->Count(); ++i ) in UpdateObjInSortedList()
773 sal_uInt32 i = pObjs->ListPosOf( *this ) + 1; in UpdateObjInSortedList()
774 for ( ; i < pObjs->Count(); ++i ) in UpdateObjInSortedList()
902 const SwSortedObjs* pObjs = GetAnchorFrm()->GetDrawObjs(); in SetTmpConsiderWrapInfluenceOfOtherObjs() local
903 if ( pObjs->Count() > 1 ) in SetTmpConsiderWrapInfluenceOfOtherObjs()
906 for ( ; i < pObjs->Count(); ++i ) in SetTmpConsiderWrapInfluenceOfOtherObjs()
[all …]
H A Dobjectformattertxtfrm.cxx522 if ( pObjs ) in _InvalidatePrevObjs()
528 SwAnchoredObject* pAnchoredObj = (*pObjs)[i]; in _InvalidatePrevObjs()
552 const SwSortedObjs* pObjs = GetPageFrm().GetSortedObjs(); in _InvalidateFollowObjs() local
553 if ( pObjs ) in _InvalidateFollowObjs()
556 sal_uInt32 i = pObjs->ListPosOf( _rAnchoredObj ) + 1; in _InvalidateFollowObjs()
557 for ( ; i < pObjs->Count(); ++i ) in _InvalidateFollowObjs()
559 SwAnchoredObject* pAnchoredObj = (*pObjs)[i]; in _InvalidateFollowObjs()
849 const SwSortedObjs* pObjs = GetAnchorFrm().GetDrawObjs(); in _AtLeastOneObjIsTmpConsiderWrapInfluence() local
850 if ( pObjs && pObjs->Count() > 1 ) in _AtLeastOneObjIsTmpConsiderWrapInfluence()
853 for ( ; i < pObjs->Count(); ++i ) in _AtLeastOneObjIsTmpConsiderWrapInfluence()
[all …]
H A Dfrmtool.cxx2277 const SwSortedObjs *pObjs = pPage->GetSortedObjs(); in Top() local
2278 if ( pObjs->Count() ) in Top()
2281 for ( sal_uInt16 i = 0; i < pObjs->Count(); ++i ) in Top()
2307 if ( pObjs->Count() ) in Bottom()
2310 for ( sal_uInt16 i = 0; i < pObjs->Count(); ++i ) in Bottom()
2337 if ( pObjs->Count() ) in Next()
2340 for ( sal_uInt16 i = 0; i < pObjs->Count(); ++i ) in Next()
2367 if ( pObjs->Count() ) in Prev()
2370 for ( sal_uInt16 i = 0; i < pObjs->Count(); ++i ) in Prev()
2786 for ( sal_uInt16 i = 0; i < pObjs->Count(); ++i ) in lcl_Regist()
[all …]
H A Dsectfrm.cxx1201 SwSortedObjs* pObjs = pPageFrm ? pPageFrm->GetSortedObjs() : 0L; in ~ExtraFormatToPositionObjs() local
1202 if ( pObjs ) in ~ExtraFormatToPositionObjs()
1205 for ( i = 0; i < pObjs->Count(); ++i ) in ~ExtraFormatToPositionObjs()
1207 SwAnchoredObject* pAnchoredObj = (*pObjs)[i]; in ~ExtraFormatToPositionObjs()
1221 SwSortedObjs* pObjs = rFrm.GetDrawObjs(); in InitObjs() local
1222 if ( pObjs ) in InitObjs()
1225 for ( i = 0; i < pObjs->Count(); ++i ) in InitObjs()
1227 SwAnchoredObject* pAnchoredObj = (*pObjs)[i]; in InitObjs()
1300 if ( pObjs ) in FormatSectionToPositionObjs()
1303 for ( i = 0; i < pObjs->Count(); ++i ) in FormatSectionToPositionObjs()
[all …]
H A Dlayact.cxx562 SwSortedObjs* pObjs = mrPageFrm.GetSortedObjs(); in _UnlockPositionOfObjs() local
563 if ( pObjs ) in _UnlockPositionOfObjs()
566 for ( ; i < pObjs->Count(); ++i ) in _UnlockPositionOfObjs()
568 SwAnchoredObject* pObj = (*pObjs)[i]; in _UnlockPositionOfObjs()
1358 SwSortedObjs* pObjs = in IsShortCut() local
1360 if ( pObjs ) in IsShortCut()
1363 for ( ; i < pObjs->Count(); ++i ) in IsShortCut()
1365 SwAnchoredObject* pObj = (*pObjs)[i]; in IsShortCut()
H A Dssfrm.cxx289 const SwSortedObjs *pObjs = GetDrawObjs(); in CheckDirChange() local
290 sal_uInt32 nCnt = pObjs->Count(); in CheckDirChange()
293 SwAnchoredObject* pAnchoredObj = (*pObjs)[i]; in CheckDirChange()
H A Dwsfrm.cxx1878 const SwSortedObjs* pObjs = GetDrawObjs(); in ValidateThisAndAllLowers() local
1879 if ( pObjs ) in ValidateThisAndAllLowers()
1881 const sal_uInt32 nCnt = pObjs->Count(); in ValidateThisAndAllLowers()
1884 SwAnchoredObject* pAnchObj = (*pObjs)[i]; in ValidateThisAndAllLowers()
3565 SwSortedObjs* pObjs = pPageFrm ? pPageFrm->GetSortedObjs() : 0L; in FormatWidthCols() local
3566 if ( pObjs ) in FormatWidthCols()
3569 for ( i = 0; i < pObjs->Count(); ++i ) in FormatWidthCols()
3571 SwAnchoredObject* pAnchoredObj = (*pObjs)[i]; in FormatWidthCols()
H A Dtabfrm.cxx3986 const SwSortedObjs* pObjs( 0L ); in CalcHeightWidthFlys() local
4004 pObjs = static_cast<const SwTxtFrm*>(pTmp)->FindMaster()->GetDrawObjs(); in CalcHeightWidthFlys()
4010 pObjs = pTmp->GetDrawObjs(); in CalcHeightWidthFlys()
4012 if ( pObjs ) in CalcHeightWidthFlys()
4015 for ( sal_uInt16 i = 0; i < pObjs->Count(); ++i ) in CalcHeightWidthFlys()
4017 const SwAnchoredObject* pAnchoredObj = (*pObjs)[i]; in CalcHeightWidthFlys()
/trunk/main/basic/source/sbx/
H A Dsbxobj.cxx76 pObjs = new SbxArray( SbxOBJECT ); in operator =()
80 *pObjs = *r.pObjs; in operator =()
110 CheckParentsOnDelete( this, pObjs ); in ~SbxObject()
130 pObjs = new SbxArray( SbxOBJECT ); in Clear()
189 pRes = pObjs->FindUserData( nData ); in FindUserData()
228 pObjs->SetFlag( SBX_EXTSEARCH ); in Find()
235 pRes = pObjs->Find( rName, t ); in Find()
256 pRes = pObjs->Find( rName, t ); in Find()
471 pObjs->Put( pVar, pObjs->Count() ); in MakeObject()
761 || !LoadArray( rStrm, this, pObjs ) ) in LoadData()
[all …]
H A Dsbxcoll.cxx140 pVar->PutLong( pObjs->Count() ); in SFX_NOTIFY()
189 if( n >= 1 && n <= (short) pObjs->Count() ) in CollItem()
190 pRes = pObjs->Get( (sal_uInt16) n - 1 ); in CollItem()
207 if( n < 1 || n > (short) pObjs->Count() ) in CollRemove()
210 Remove( pObjs->Get( (sal_uInt16) n - 1 ) ); in CollRemove()
/trunk/main/sw/source/core/text/
H A Dporfly.cxx164 SwSortedObjs *pObjs = 0L; in MoveFlyInCnt() local
165 if ( 0 != (pObjs = GetDrawObjs()) ) in MoveFlyInCnt()
167 for ( sal_uInt32 i = 0; GetDrawObjs() && i < pObjs->Count(); ++i ) in MoveFlyInCnt()
172 SwAnchoredObject* pAnchoredObj = (*pObjs)[i]; in MoveFlyInCnt()
H A Dtxtfrm.cxx1214 SwSortedObjs *pObjs = GetDrawObjs(); in Modify() local
1215 for ( int i = 0; GetDrawObjs() && i < int(pObjs->Count()); ++i ) in Modify()
1217 SwAnchoredObject* pAnchoredObj = (*pObjs)[MSHORT(i)]; in Modify()
/trunk/main/basic/source/classes/
H A Dsb.cxx1040 for( sal_uInt16 nObj = 0; nObj < pObjs->Count(); nObj++ ) in implClearDependingVarsOnDelete()
1042 SbxVariable* pVar = pObjs->Get( nObj ); in implClearDependingVarsOnDelete()
1269 for ( sal_uInt16 nObj = 0; nObj < pObjs->Count(); nObj++ ) in InitAllModules()
1271 SbxVariable* pVar = pObjs->Get( nObj ); in InitAllModules()
1290 for ( sal_uInt16 nObj = 0; nObj < pObjs->Count(); nObj++ ) in DeInitAllModules()
1292 SbxVariable* pVar = pObjs->Get( nObj ); in DeInitAllModules()
1909 sal_uInt16 nObjCount = pObjs->Count(); in LoadData()
1915 SbxVariable* pVar = pObjs->Get( nObj ); in LoadData()
1923 pObjs->Remove( pVar ); in LoadData()
H A Dsbxmod.cxx938 SbxArray* pObjs = pObj->GetObjects(); in _SendHint() local
939 for( sal_uInt16 i = 0; i < pObjs->Count(); i++ ) in _SendHint()
941 SbxVariable* pVar = pObjs->Get( i ); in _SendHint()
983 SbxArray* pObjs = pBasic->GetObjects(); in ClearUnoObjectsInRTL_Impl_Rek() local
984 sal_uInt16 nCount = pObjs->Count(); in ClearUnoObjectsInRTL_Impl_Rek()
987 SbxVariable* pObjVar = pObjs->Get( i ); in ClearUnoObjectsInRTL_Impl_Rek()
/trunk/main/basic/inc/basic/
H A Dsbxobj.hxx48 SbxArrayRef pObjs; // Objects member in SbxObject
104 SbxArray* GetObjects() { return pObjs; } in GetObjects()
/trunk/main/sw/source/core/unocore/
H A Dunoobj2.cxx213 const SwSortedObjs *pObjs = pCFrm->GetDrawObjs(); in CollectFrameAtNode() local
214 if( pObjs ) in CollectFrameAtNode()
215 for( sal_uInt16 i = 0; i < pObjs->Count(); ++i ) in CollectFrameAtNode()
217 SwAnchoredObject* pAnchoredObj = (*pObjs)[i]; in CollectFrameAtNode()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx3503 OUnoObject* pObjs[2]; in addPairControls() local
3506 pObjs[i] = dynamic_cast<OUnoObject*>(pControl[i]); in addPairControls()
3507 … uno::Reference<beans::XPropertySet> xUnoProp(pObjs[i]->GetUnoControlModel(),uno::UNO_QUERY_THROW); in addPairControls()
3508 …uno::Reference< report::XReportComponent> xShapeProp(pObjs[i]->getUnoShape(),uno::UNO_QUERY_THROW); in addPairControls()
3538 pObjs[i]->CreateMediator(sal_True); in addPairControls()
3561 …uno::Reference< report::XReportComponent> xShapePropLabel(pObjs[0]->getUnoShape(),uno::UNO_QUERY_T… in addPairControls()
3562 …uno::Reference< report::XReportComponent> xShapePropTextField(pObjs[1]->getUnoShape(),uno::UNO_QUE… in addPairControls()

Completed in 184 milliseconds