| /AOO41X/main/sw/source/core/text/ |
| H A D | wrong.cxx | 72 maList.reserve( 5 ); in SwWrongList() 97 maList = rCopy.maList; in CopyFrom() 101 for( size_t i = 0; i < maList.size(); ++i ) in CopyFrom() 103 if( maList[i].mpSubList ) in CopyFrom() 104 maList[i].mpSubList = maList[i].mpSubList->Clone(); in CopyFrom() 113 for ( size_t i = 0; i < maList.size(); ++i) in ClearList() 115 if (maList[i].mpSubList) in ClearList() 116 delete maList[i].mpSubList; in ClearList() 117 maList[i].mpSubList = NULL; in ClearList() 119 maList.clear(); in ClearList() [all …]
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | animate.cxx | 117 for( long i = 0, nCount = rAnimation.maList.Count(); i < nCount; i++ ) in Animation() 118 …maList.Insert( new AnimationBitmap( *(AnimationBitmap*) rAnimation.maList.GetObject( i ) ), LIST_A… in Animation() 134 for( void* pStepBmp = maList.First(); pStepBmp; pStepBmp = maList.Next() ) in ~Animation() 149 for( long i = 0, nCount = rAnimation.maList.Count(); i < nCount; i++ ) in operator =() 150 …maList.Insert( new AnimationBitmap( *(AnimationBitmap*) rAnimation.maList.GetObject( i ) ), LIST_A… in operator =() 168 const sal_uLong nCount = maList.Count(); in operator ==() 171 if( rAnimation.maList.Count() == nCount && in operator ==() 180 if( ( *(AnimationBitmap*) maList.GetObject( n ) ) != in operator ==() 181 ( *(AnimationBitmap*) rAnimation.maList.GetObject( n ) ) ) in operator ==() 196 const sal_uLong nCount = maList.Count(); in IsEqual() [all …]
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdpage.cxx | 101 maList(), in SdrObjList() 106 maList.reserve(InitialObjectContainerCapacity); in SdrObjList() 117 maList(), in SdrObjList() 122 maList.reserve(InitialObjectContainerCapacity); in SdrObjList() 248 while( ! maList.empty()) in Clear() 251 SdrObject* pObj = maList.back(); in Clear() 252 RemoveObjectFromContainer(maList.size()-1); in Clear() 428 if (nObjNum >= maList.size()) in NbcRemoveObject() 430 OSL_ASSERT(nObjNum<maList.size()); in NbcRemoveObject() 435 SdrObject* pObj=maList[nObjNum]; in NbcRemoveObject() [all …]
|
| H A D | svdmark.cxx | 371 sal_uLong nAnz = maList.Count(); in ImpForceSort() 376 SdrMark* pAkt = (SdrMark*)maList.First(); in ImpForceSort() 381 maList.Remove(); in ImpForceSort() 384 pAkt= (SdrMark*)maList.Next(); in ImpForceSort() 386 nAnz = maList.Count(); in ImpForceSort() 391 ImpSdrMarkListSorter aSort(maList); in ImpForceSort() 395 if(maList.Count() > 1) in ImpForceSort() 397 SdrMark* pAkt = (SdrMark*)maList.Last(); in ImpForceSort() 398 SdrMark* pCmp = (SdrMark*)maList.Prev(); in ImpForceSort() 412 maList.Remove(); in ImpForceSort() [all …]
|
| /AOO41X/main/xmloff/source/draw/ |
| H A D | xexptran.cxx | 328 const sal_uInt32 nCount = maList.size(); in EmptyList() 331 ImpSdXMLExpTransObj2DBase* pObj = maList[a]; in EmptyList() 373 maList.clear(); in EmptyList() 382 maList.push_back(new ImpSdXMLExpTransObj2DRotate(fNew)); in AddRotate() 388 maList.push_back(new ImpSdXMLExpTransObj2DScale(rNew)); in AddScale() 394 maList.push_back(new ImpSdXMLExpTransObj2DTranslate(rNew)); in AddTranslate() 400 maList.push_back(new ImpSdXMLExpTransObj2DSkewX(fNew)); in AddSkewX() 406 maList.push_back(new ImpSdXMLExpTransObj2DSkewY(fNew)); in AddSkewY() 412 maList.push_back(new ImpSdXMLExpTransObj2DMatrix(rNew)); in AddMatrix() 423 const sal_uInt32 nCount = maList.size(); in GetExportString() [all …]
|
| H A D | ximpstyl.cxx | 524 maList.Insert((SdXMLPresentationPlaceholderContext*)pContext, LIST_APPEND); in CreateChildContext() 540 if(maList.Count()) in EndElement() 542 SdXMLPresentationPlaceholderContext* pObj0 = maList.GetObject(0); in EndElement() 545 switch( maList.Count() ) in EndElement() 568 switch(maList.Count()) in EndElement() 584 SdXMLPresentationPlaceholderContext* pObj1 = maList.GetObject(1); in EndElement() 633 SdXMLPresentationPlaceholderContext* pObj1 = maList.GetObject(1); in EndElement() 634 SdXMLPresentationPlaceholderContext* pObj2 = maList.GetObject(2); in EndElement() 705 SdXMLPresentationPlaceholderContext* pObj1 = maList.GetObject(1); in EndElement() 706 SdXMLPresentationPlaceholderContext* pObj2 = maList.GetObject(2); in EndElement() [all …]
|
| H A D | ximp3dscene.cxx | 243 while(maList.Count()) in ~SdXML3DSceneAttributesHelper() 244 maList.Remove(maList.Count() - 1)->ReleaseRef(); in ~SdXML3DSceneAttributesHelper() 256 maList.Insert((SdXML3DLightContext*)pContext, LIST_APPEND); in create3DLightContext() 394 if(maList.Count()) in setSceneAttributes() 400 for(sal_uInt32 a(0L); a < maList.Count(); a++) in setSceneAttributes() 402 SdXML3DLightContext* pCtx = (SdXML3DLightContext*)maList.GetObject(a); in setSceneAttributes()
|
| H A D | ximpstyl.hxx | 170 ImpPlaceholderList maList; member in SdXMLPresentationPageLayoutContext
|
| /AOO41X/main/svtools/source/misc/ |
| H A D | imap.cxx | 766 … maList.Insert( new IMapRectangleObject( *(IMapRectangleObject*) pCopyObj ), LIST_APPEND ); in ImageMap() 770 maList.Insert( new IMapCircleObject( *(IMapCircleObject*) pCopyObj ), LIST_APPEND ); in ImageMap() 774 … maList.Insert( new IMapPolygonObject( *(IMapPolygonObject*) pCopyObj ), LIST_APPEND ); in ImageMap() 808 IMapObject* pObj = (IMapObject*) maList.First(); in ClearImageMap() 813 pObj = (IMapObject*) maList.Next(); in ClearImageMap() 816 maList.Clear(); in ClearImageMap() 841 … maList.Insert( new IMapRectangleObject( *(IMapRectangleObject*) pCopyObj ), LIST_APPEND ); in operator =() 845 maList.Insert( new IMapCircleObject( *(IMapCircleObject*) pCopyObj ), LIST_APPEND ); in operator =() 849 … maList.Insert( new IMapPolygonObject( *(IMapPolygonObject*) pCopyObj ), LIST_APPEND ); in operator =() 871 const sal_uInt16 nCount = (sal_uInt16) maList.Count(); in operator ==() [all …]
|
| H A D | imap2.cxx | 275 sal_uInt16 nCount = (sal_uInt16) maList.Count(); in ImpWriteCERN() 311 sal_uInt16 nCount = (sal_uInt16) maList.Count(); in ImpWriteNCSA() 424 maList.Insert( pObj, LIST_APPEND ); in ImpReadCERNLine() 433 maList.Insert( pObj, LIST_APPEND ); in ImpReadCERNLine() 447 maList.Insert( pObj, LIST_APPEND ); in ImpReadCERNLine() 602 maList.Insert( pObj, LIST_APPEND ); in ImpReadNCSALine() 613 maList.Insert( pObj, LIST_APPEND ); in ImpReadNCSALine() 625 maList.Insert( pObj, LIST_APPEND ); in ImpReadNCSALine()
|
| /AOO41X/main/sw/source/core/inc/ |
| H A D | wrong.hxx | 192 std::vector<SwWrongArea> maList; member in SwWrongList 247 return nIdx < maList.size() ? maList[nIdx].mnLen : 0; in Len() 252 return nIdx < maList.size() ? maList[nIdx].mnPos : 0; in Pos() 255 inline sal_uInt16 Count() const { return (sal_uInt16)maList.size(); } in Count() 261 std::vector<SwWrongArea>::iterator i = maList.begin(); in Insert() 262 if ( nWhere >= maList.size() ) in Insert() 263 i = maList.end(); // robust in Insert() 267 maList.insert(i, SwWrongArea( rType, meType, xPropertyBag, nNewPos, nNewLen) ); in Insert() 276 return nIdx < maList.size() ? maList[nIdx].mpSubList : 0; in SubList() 283 return nIdx < maList.size() ? &maList[nIdx] : 0; in GetElement()
|
| /AOO41X/main/sc/source/filter/inc/ |
| H A D | ftools.hxx | 420 maList( nInitSize, nResize ) {} in ScfDelList() 428 …inline void Insert( Type* pObj, sal_uLong nIndex ) { if( pObj ) maList.Insert( pObj, … in Insert() 429 …inline void Append( Type* pObj ) { if( pObj ) maList.Insert( pObj, LIST… in Append() 431 …move( sal_uLong nIndex ) { return static_cast< Type* >( maList.Remove( nIndex ) )… in Remove() 435 …change( Type* pObj, sal_uLong nIndex ) { return static_cast< Type* >( maList.Replace( pObj, nIn… in Exchange() 440 inline sal_uLong Count() const { return maList.Count(); } in Count() 441 inline bool Empty() const { return maList.Count() == 0; } in Empty() 443 … GetCurObject() const { return static_cast< Type* >( maList.GetCurObject() ); } in GetCurObject() 444 inline sal_uLong GetCurPos() const { return maList.GetCurPos(); } in GetCurPos() 445 … GetObject( sal_uInt32 nIndex ) const { return static_cast< Type* >( maList.GetObject( nIndex … in GetObject() [all …]
|
| /AOO41X/main/svx/source/sdr/animation/ |
| H A D | scheduler.cxx | 195 Event* pNextEvent = maList.GetFirst(); in triggerEvents() 205 maList.Remove(pNextEvent); in triggerEvents() 207 pNextEvent = maList.GetFirst(); in triggerEvents() 223 if(!IsPaused() && maList.GetFirst()) in checkTimeout() 225 mnDeltaTime = maList.GetFirst()->GetTime() - mnTime; in checkTimeout() 252 Event* pEvent = maList.GetFirst(); in SetTime() 278 maList.Clear(); in Reset() 285 maList.Insert(pNew); in InsertEvent() 292 if(pOld && maList.GetFirst()) in RemoveEvent() 294 maList.Remove(pOld); in RemoveEvent()
|
| /AOO41X/main/svtools/inc/svtools/ |
| H A D | imap.hxx | 45 List maList; member in ImageMap 96 IMapObject* GetFirstIMapObject() { return (IMapObject*) maList.First(); } in GetFirstIMapObject() 97 IMapObject* GetNextIMapObject() { return (IMapObject*) maList.Next(); } in GetNextIMapObject() 98 IMapObject* GetLastIMapObject() { return (IMapObject*) maList.Last(); } in GetLastIMapObject() 99 IMapObject* GetPrevIMapObject() { return (IMapObject*) maList.Prev(); } in GetPrevIMapObject() 100 …IMapObject* GetIMapObject( sal_uInt16 nPos ) const { return (IMapObject*) maList.GetObject… in GetIMapObject() 114 sal_uInt16 GetIMapObjectCount() const { return (sal_uInt16) maList.Count(); } in GetIMapObjectCount()
|
| /AOO41X/main/sfx2/source/dialog/ |
| H A D | itemconnect.cxx | 341 ItemConnectionList maList; member in sfx::ItemConnectionArrayImpl 347 maList.push_back( ItemConnectionRef( pConnection ) ); in Append() 352 for( ItemConnectionListIt aIt = maList.begin(), aEnd = maList.end(); aIt != aEnd; ++aIt ) in ApplyFlags() 358 for( ItemConnectionListIt aIt = maList.begin(), aEnd = maList.end(); aIt != aEnd; ++aIt ) in Reset() 365 for( ItemConnectionListIt aIt = maList.begin(), aEnd = maList.end(); aIt != aEnd; ++aIt ) in FillItemSet()
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | svdmark.hxx | 274 Container maList; member in SdrMarkList 294 : maList(1024, 64, 64), in SdrMarkList() 303 : maList(1024, 64, 64) in SdrMarkList() 322 return maList.Count(); in GetMarkCount() 327 return (SdrMark*)(maList.GetObject(nNum)); in GetMark()
|
| H A D | svdpage.hxx | 84 SdrObjectContainerType maList; member in SdrObjList
|
| H A D | dlgctrl.hxx | 330 XGradientListSharedPtr maList; member in GradientLB
|
| /AOO41X/main/xmloff/inc/ |
| H A D | xexptran.hxx | 62 ImpSdXMLExpTransObj2DBaseList maList; member in SdXMLImExTransform2D 79 bool NeedsAction() const { return !maList.empty(); } in NeedsAction() 89 ImpSdXMLExpTransObj3DBaseList maList; member in SdXMLImExTransform3D 107 bool NeedsAction() const { return !maList.empty(); } in NeedsAction()
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | animate.hxx | 141 List maList; member in Animation 218 sal_uInt16 Count() const { return (sal_uInt16) maList.Count(); } in Count()
|
| /AOO41X/main/svx/inc/svx/sdr/animation/ |
| H A D | scheduler.hxx | 111 EventList maList; member in sdr::animation::Scheduler
|
| /AOO41X/main/oox/inc/oox/ppt/ |
| H A D | timenodelistcontext.hxx | 65 TimeNodePtrList & maList; member in oox::ppt::TimeNodeListContext
|
| /AOO41X/main/oox/source/ppt/ |
| H A D | timenodelistcontext.cxx | 1090 , maList( aList ) in TimeNodeListContext() 1156 maList.push_back( pNode ); in createFastChildContext()
|
| /AOO41X/main/xmloff/inc/xmloff/ |
| H A D | shapeimport.hxx | 215 Imp3DLightList maList; member in SdXML3DSceneAttributesHelper
|