| /AOO42X/main/sw/source/core/docnode/ |
| H A D | ndtbl1.cxx | 77 static SwFrmFmt *FindNewFmt( SvPtrarr &rArr, SwFrmFmt*pOld, sal_Int16 nType ); 78 static void Delete( SvPtrarr &rArr ); 87 SwFrmFmt *SwTblFmtCmp::FindNewFmt( SvPtrarr &rArr, SwFrmFmt *pOld, sal_Int16 nType ) in FindNewFmt() 98 void SwTblFmtCmp::Delete( SvPtrarr &rArr ) in Delete() 168 inline void InsertLine( SvPtrarr& rLineArr, SwTableLine* pLine ) in InsertLine() 192 SvPtrarr &rLines; 196 LinesAndTable( SvPtrarr &rL, const SwTable &rTbl ) : in LinesAndTable() 236 void lcl_CollectLines( SvPtrarr &rArr, const SwCursor& rCursor, bool bRemoveLines ) in lcl_CollectLines() 279 void lcl_ProcessRowAttr( SvPtrarr& rFmtCmp, SwTableLine* pLine, const SfxPoolItem& rNew ) in lcl_ProcessRowAttr() 295 void lcl_ProcessBoxSize( SvPtrarr &rFmtCmp, SwTableBox *pBox, const SwFmtFrmSize &rNew ); [all …]
|
| H A D | ndtbl.cxx | 169 void lcl_SetDfltBoxAttr( SwTableBox& rBox, SvPtrarr &rBoxFmtArr, sal_uInt8 nId, in lcl_SetDfltBoxAttr() 172 SvPtrarr* pArr = (SvPtrarr*)rBoxFmtArr[ nId ]; in lcl_SetDfltBoxAttr() 175 pArr = new SvPtrarr; in lcl_SetDfltBoxAttr() 210 SwTableBoxFmt *lcl_CreateDfltBoxFmt( SwDoc &rDoc, SvPtrarr &rBoxFmtArr, in lcl_CreateDfltBoxFmt() 225 SwTableBoxFmt *lcl_CreateAFmtBoxFmt( SwDoc &rDoc, SvPtrarr &rBoxFmtArr, in lcl_CreateAFmtBoxFmt() 497 SvPtrarr aBoxFmtArr( 0, 16 ); in InsertTable() 793 SvPtrarr aBoxFmtArr( nBoxArrLen, 0 ); in TextToTable() 885 SvPtrarr* pArr = (SvPtrarr*)aBoxFmtArr[ i ]; in TextToTable() 3385 SvPtrarr aSrc, aDest; 4016 pRet = FindFmtByName( (SvPtrarr&)*pTblFrmFmtTbl, rName ); in FindTblFmtByName() [all …]
|
| H A D | node2lay.cxx | 49 SvPtrarr *pUpperFrms;// Zum Einsammeln der Upper 261 pUpperFrms = new SvPtrarr( 0, 20 ); in SaveUpperFrms()
|
| /AOO42X/main/svtools/source/contnr/ |
| H A D | imivctl2.cxx | 46 sal_uInt16 IcnCursor_Impl::GetSortListPos( SvPtrarr* pList, long nValue, in GetSortListPos() 80 pColumns = new SvPtrarr[ nCols ]; in ImplCreate() 81 pRows = new SvPtrarr[ nRows ]; in ImplCreate() 130 SvPtrarr* pList = &(pColumns[ nCol ]); in SearchCol() 205 SvPtrarr* pList = &(pRows[ nRow ]); in SearchRow() 488 void IcnCursor_Impl::CreateGridAjustData( SvPtrarr& rLists, SvxIconChoiceCtrlEntry* pRefEntry) in CreateGridAjustData() 499 SvPtrarr* pRow = new SvPtrarr; in CreateGridAjustData() 508 sal_uInt16 nIns = GetSortListPos((SvPtrarr*)rLists[nY],rRect.Left(),sal_False); in CreateGridAjustData() 509 ((SvPtrarr*)rLists[ nY ])->Insert( pEntry, nIns ); in CreateGridAjustData() 519 SvPtrarr* pRow = new SvPtrarr; in CreateGridAjustData() [all …]
|
| H A D | imivctl.hxx | 163 SvPtrarr aSelectedRectList; 183 SvPtrarr* pColumns; 253 SvPtrarr* pOtherRects = 0 ); 270 void AdjustAtGrid( const SvPtrarr& rRow, SvxIconChoiceCtrlEntry* pStart=0 ); 451 SvPtrarr* pSelectedRectList, 457 SvPtrarr* pOtherRects = 0 ); 546 SvPtrarr* pColumns; 547 SvPtrarr* pRows; 557 sal_uInt16 GetSortListPos( SvPtrarr* pList, long nValue, int bVertical); 578 void CreateGridAjustData( SvPtrarr& pLists, SvxIconChoiceCtrlEntry* pRow=0); [all …]
|
| H A D | svimpicn.cxx | 646 SvPtrarr* pColumns; 647 SvPtrarr* pRows; 660 sal_uInt16 GetSortListPos( SvPtrarr* pList, long nValue, int bVertical); 698 void CreateGridAjustData( SvPtrarr& pLists, SvLBoxEntry* pRow=0); 699 static void DestroyGridAdjustData( SvPtrarr& rLists ); 714 pZOrderList = new SvPtrarr; in SvImpIconView() 1252 SvPtrarr* pNewZOrderList = new SvPtrarr; in Paint() 1253 SvPtrarr* pPaintedEntries = new SvPtrarr; in Paint() 3060 sal_uInt16 ImpIcnCursor::GetSortListPos( SvPtrarr* pList, long nValue, in GetSortListPos() 3094 pColumns = new SvPtrarr[ nCols ]; in ImplCreate() [all …]
|
| /AOO42X/main/sw/source/core/ole/ |
| H A D | ndole.cxx | 75 class SwOLELRUCache : private SvPtrarr, private utl::ConfigItem 90 using SvPtrarr::Count; 97 sal_uInt16 nPos = SvPtrarr::GetPos( pObj ); in RemovePtr() 99 SvPtrarr::Remove( nPos ); in RemovePtr() 948 : SvPtrarr( 64, 16 ), in SwOLELRUCache() 991 sal_uInt16 nCount = SvPtrarr::Count(); in Load() 997 SwOLEObj* pObj = (SwOLEObj*) SvPtrarr::GetObject( --nPos ); in Load() 1013 sal_uInt16 nPos = SvPtrarr::GetPos( pObj ); in InsertObj() 1018 SvPtrarr::Remove( nPos ); in InsertObj() 1020 SvPtrarr::Insert( pObj, 0 ); in InsertObj() [all …]
|
| /AOO42X/main/sw/source/filter/writer/ |
| H A D | writer.cxx | 50 DECLARE_TABLE( SwBookmarkNodeTable, SvPtrarr* ) 57 SvPtrarr* pFontRemoveLst, *pBkmkArr; 81 for( SvPtrarr* p = pBkmkNodePos->First(); p; p = pBkmkNodePos->Next() ) in ~Writer_Impl() 103 SvPtrarr* pArr = pBkmkNodePos->Get( nNd ); in InsertBkmk() 106 pArr = new SvPtrarr( 1, 4 ); in InsertBkmk() 119 pArr = new SvPtrarr( 1, 4 ); in InsertBkmk() 507 m_pImpl->pFontRemoveLst = new SvPtrarr( 0, 10 ); in _AddFontItem() 531 xub_StrLen nEnd, SvPtrarr& rArr) in GetBookmarks() 536 SvPtrarr* pArr = (m_pImpl->pBkmkNodePos) ? in GetBookmarks()
|
| /AOO42X/main/svl/source/memtools/ |
| H A D | svarray.cxx | 59 SV_IMPL_VARARR(SvPtrarr,VoidPtr) in SV_IMPL_VARARR() argument 61 sal_uInt16 SvPtrarr::GetPos( const VoidPtr& aElement ) const in SV_IMPL_VARARR() 97 SvPtrarr::Remove( nP, nL ); in SV_IMPL_VARARR() 144 SvPtrarr::Remove( nP, nL ); in _SV_IMPL_SORTAR_ALG() 283 SvPtrarr::Remove( nP, nL ); in _SV_IMPL_SORTAR_ALG() 329 SvPtrarr::Remove( nP, nL ); in _SV_IMPL_SORTAR_ALG()
|
| /AOO42X/main/svtools/source/inc/ |
| H A D | svimpicn.hxx | 39 class SvPtrarr; 75 SvPtrarr aSelectedRectList; 90 SvPtrarr* pZOrderList; 152 void AdjustAtGrid( const SvPtrarr& rRow, SvLBoxEntry* pStart=0 ); 289 … sal_Bool IsOver( SvPtrarr* pSelectedRectList, const Rectangle& rEntryBoundRect ) const; 291 SvPtrarr* pOtherRects = 0,
|
| /AOO42X/main/svl/inc/svl/ |
| H A D | svarray.hxx | 379 SV_DECL_PTRARR_GEN(nm, AE, IS, GS, SvPtrarr, AE &, VoidPtr &, ) 382 SV_DECL_PTRARR_GEN(nm, AE, IS, GS, SvPtrarr, AE &, VoidPtr &, vis ) 438 SV_DECL_PTRARR_DEL_GEN(nm, AE, IS, GS, SvPtrarr, AE &, VoidPtr &, ) 441 SV_DECL_PTRARR_DEL_GEN(nm, AE, IS, GS, SvPtrarr, AE &, VoidPtr &, vis) 455 SV_IMPL_PTRARR_GEN(nm, AE, SvPtrarr ) 458 _SV_DECL_PTRARR_DEF( SvPtrarr, VoidPtr, 0, 1, SVL_DLLPUBLIC ) 646 return SvPtrarr::GetPos((const VoidPtr&)aE);\ 656 return SvPtrarr::GetPos((const VoidPtr&)aE);\ 750 SvPtrarr::Remove( nP, nL ); \ 762 SvPtrarr::Remove( nP, nL ); \
|
| H A D | brdcst.hxx | 34 typedef SvPtrarr SfxListenerArr_Impl;
|
| /AOO42X/main/sw/source/core/inc/ |
| H A D | ftnboss.hxx | 106 SvPtrarr& _rFtnArr, 114 SvPtrarr& _rFtnArr, 116 void _MoveFtns( SvPtrarr &rFtnArr, sal_Bool bCalc = sal_False );
|
| H A D | doctxm.hxx | 35 class SvPtrarr; 82 const SvPtrarr &rDescs,
|
| /AOO42X/main/sw/inc/ |
| H A D | doc.hxx | 640 SwFmt* CopyFmt( const SwFmt& rFmt, const SvPtrarr& rFmtArr, 642 void CopyFmtArr( const SvPtrarr& rSourceArr, SvPtrarr& rDestArr, 646 SwFmt* FindFmtByName( const SvPtrarr& rFmtArr, 1286 { return (SwFrmFmt*)FindFmtByName( (SvPtrarr&)*pFrmFmtTbl, rName ); } in FindFrmFmtByName() 1296 { return (SwCharFmt*)FindFmtByName( (SvPtrarr&)*pCharFmtTbl, rName ); } in FindCharFmtByName() 1328 { return (SwTxtFmtColl*)FindFmtByName( (SvPtrarr&)*pTxtFmtCollTbl, rName ); } in FindTxtFmtCollByName() 1338 { return (SwGrfFmtColl*)FindFmtByName( (SvPtrarr&)*pGrfFmtCollTbl, rName ); } in FindGrfFmtCollByName()
|
| H A D | swunohelper.hxx | 38 class SvPtrarr; 71 SvPtrarr* pDateTimeList = 0 );
|
| H A D | shellio.hxx | 54 class SvPtrarr; 509 SvPtrarr& rArr );
|
| H A D | fesh.hxx | 332 void GetPageObjs( SvPtrarr& rFillArr ); 333 void SetPageObjsNewPage( SvPtrarr& rFillArr, int nOffset = 1 );
|
| /AOO42X/main/sw/source/core/layout/ |
| H A D | ftnfrm.cxx | 1974 SvPtrarr& _rFtnArr, in CollectFtns() 2032 inline void FtnInArr( SvPtrarr& rFtnArr, SwFtnFrm* pFtn ) in FtnInArr() 2046 SvPtrarr& _rFtnArr, in _CollectFtns() 2061 SvPtrarr aNotFtnArr( 20, 20 ); //Zur Robustheit werden hier die nicht in _CollectFtns() 2193 void SwFtnBossFrm::_MoveFtns( SvPtrarr &rFtnArr, sal_Bool bCalc ) in _MoveFtns() 2427 SvPtrarr aFtnArr( 5, 5 ); in MoveFtns() 2948 SvPtrarr aFtnArr( 5, 5 ); in MoveLowerFtns() 2966 SvPtrarr *pFtnArr; in MoveLowerFtns() 2972 pFtnArr = new SvPtrarr( 5, 5 ); in MoveLowerFtns()
|
| H A D | layouter.cxx | 64 SvPtrarr* pEndArr; 132 pEndArr = new SvPtrarr( 5, 5 ); // deleted from the SwLayouter in CollectEndnote()
|
| /AOO42X/main/sw/source/ui/app/ |
| H A D | mainwn.cxx | 53 static SvPtrarr *pProgressContainer = 0; 75 pProgressContainer = new SvPtrarr( 2, 2 ); in StartProgress()
|
| H A D | docstyle.cxx | 1486 void lcl_SaveStyles( sal_uInt16 nFamily, SvPtrarr& rArr, SwDoc& rDoc ) in lcl_SaveStyles() 1545 void lcl_DeleteInfoStyles( sal_uInt16 nFamily, SvPtrarr& rArr, SwDoc& rDoc ) in lcl_DeleteInfoStyles() 1582 SvPtrarr aDelArr; in lcl_DeleteInfoStyles() 1613 SvPtrarr aDelArr; in lcl_DeleteInfoStyles() 1641 SvPtrarr aDelArr; in FillStyleSheet()
|
| /AOO42X/main/sw/source/core/table/ |
| H A D | swtable.cxx | 393 inline void FmtInArr( SvPtrarr& rFmtArr, SwFmt* pBoxFmt ) in FmtInArr() 401 const long nNew, SvPtrarr& rFmtArr ); 404 const long nNew, SvPtrarr& rFmtArr, const bool bCheckSum ) in lcl_ModifyLines() 425 const long nNew, SvPtrarr& rFmtArr ) in lcl_ModifyBoxes() 502 SvPtrarr aFmtArr( (sal_uInt8)aLines[0]->GetTabBoxes().Count(), 1 ); in AdjustWidths() 769 SvPtrarr aBoxArr; 775 inline sal_Bool BoxInArr( SvPtrarr& rArr, SwTableBox* pBox ) in BoxInArr() 945 void lcl_ProcessBoxPtr( SwTableBox *pBox, SvPtrarr &rBoxArr, in lcl_ProcessBoxPtr()
|
| /AOO42X/main/svtools/inc/svtools/ |
| H A D | svicnvw.hxx | 37 class SvPtrarr; 224 SvPtrarr* pOtherRects = 0,
|
| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | wrtww8.hxx | 469 SvPtrarr aTOXArr; 1181 SvPtrarr aCntnt; // PTRARR von SwFmtFtn/PostIts/.. 1183 …SvPtrarr aSpareFmts; //a backup for aCntnt: if there's no SdrObject, stores the fmt dir… 1422 SvPtrarr aChrTxtAtrArr;
|