/aoo4110/main/sw/source/core/docnode/ |
H A D | ndtbl1.cxx | 78 static void Delete( SvPtrarr &rArr ); 98 void SwTblFmtCmp::Delete( SvPtrarr &rArr ) in Delete() 192 SvPtrarr &rLines; 196 LinesAndTable( SvPtrarr &rL, const SwTable &rTbl ) : in LinesAndTable() 389 SvPtrarr aRowArr( 25, 50 ); //Zum sammeln Lines. in SetRowHeight() 494 SvPtrarr aRowArr( 25, 50 ); //Zum sammeln Lines. in SetRowBackground() 524 SvPtrarr aRowArr( 25, 50 ); //Zum sammeln Lines. in GetRowBackground() 599 SvPtrarr aFmtCmp( 255, 255 ); in SetTabBorders() 654 SvPtrarr aCellArr( 255, 255 ); in SetTabBorders() 851 SvPtrarr aCellArr( 255, 255 ); in SetTabLineStyle() [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()
|
/aoo4110/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() 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() 538 void IcnCursor_Impl::DestroyGridAdjustData( SvPtrarr& rLists ) in DestroyGridAdjustData() [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; 714 pZOrderList = new SvPtrarr; in SvImpIconView() 1252 SvPtrarr* pNewZOrderList = new SvPtrarr; in Paint() 1253 SvPtrarr* pPaintedEntries = new SvPtrarr; in Paint() 3094 pColumns = new SvPtrarr[ nCols ]; in ImplCreate() 3095 pRows = new SvPtrarr[ nRows ]; in ImplCreate() 3610 SvPtrarr* pRow = new SvPtrarr; in CreateGridAjustData() 3632 SvPtrarr* pRow = new SvPtrarr; in CreateGridAjustData() 3656 SvPtrarr* pArr = (SvPtrarr*)rLists[ nCur ]; in DestroyGridAdjustData() [all …]
|
/aoo4110/main/sw/source/core/ole/ |
H A D | ndole.cxx | 92 using SvPtrarr::Count; 99 sal_uInt16 nPos = SvPtrarr::GetPos( pObj ); in RemovePtr() 101 SvPtrarr::Remove( nPos ); in RemovePtr() 950 : SvPtrarr( 64, 16 ), in SwOLELRUCache() 993 sal_uInt16 nCount = SvPtrarr::Count(); in Load() 1015 sal_uInt16 nPos = SvPtrarr::GetPos( pObj ); in InsertObj() 1020 SvPtrarr::Remove( nPos ); in InsertObj() 1022 SvPtrarr::Insert( pObj, 0 ); in InsertObj() 1025 sal_uInt16 nCount = SvPtrarr::Count(); in InsertObj() 1038 sal_uInt16 nPos = SvPtrarr::GetPos( &rObj ); in RemoveObj() [all …]
|
/aoo4110/main/sw/source/filter/writer/ |
H A D | writer.cxx | 53 DECLARE_TABLE( SwBookmarkNodeTable, SvPtrarr* ) 60 SvPtrarr* pFontRemoveLst, *pBkmkArr; 84 for( SvPtrarr* p = pBkmkNodePos->First(); p; p = pBkmkNodePos->Next() ) in ~Writer_Impl() 106 SvPtrarr* pArr = pBkmkNodePos->Get( nNd ); in InsertBkmk() 109 pArr = new SvPtrarr( 1, 4 ); in InsertBkmk() 122 pArr = new SvPtrarr( 1, 4 ); in InsertBkmk() 510 m_pImpl->pFontRemoveLst = new SvPtrarr( 0, 10 ); in _AddFontItem() 534 xub_StrLen nEnd, SvPtrarr& rArr) in GetBookmarks() 539 SvPtrarr* pArr = (m_pImpl->pBkmkNodePos) ? in GetBookmarks()
|
/aoo4110/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,
|
/aoo4110/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()
|
/aoo4110/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;
|
/aoo4110/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,
|
/aoo4110/main/sw/inc/ |
H A D | swunohelper.hxx | 38 class SvPtrarr; 68 SvPtrarr* pDateTimeList = 0 );
|
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, 1279 { return (SwFrmFmt*)FindFmtByName( (SvPtrarr&)*pFrmFmtTbl, rName ); } in FindFrmFmtByName() 1289 { return (SwCharFmt*)FindFmtByName( (SvPtrarr&)*pCharFmtTbl, rName ); } in FindCharFmtByName() 1321 { return (SwTxtFmtColl*)FindFmtByName( (SvPtrarr&)*pTxtFmtCollTbl, rName ); } in FindTxtFmtCollByName() 1331 { return (SwGrfFmtColl*)FindFmtByName( (SvPtrarr&)*pGrfFmtCollTbl, rName ); } in FindGrfFmtCollByName()
|
H A D | shellio.hxx | 54 class SvPtrarr; 512 SvPtrarr& rArr );
|
H A D | ftnidx.hxx | 57 SvPtrarr aFtnSects, aEndSects;
|
/aoo4110/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 | 1412 void lcl_SaveStyles( sal_uInt16 nFamily, SvPtrarr& rArr, SwDoc& rDoc ) in lcl_SaveStyles() 1471 void lcl_DeleteInfoStyles( sal_uInt16 nFamily, SvPtrarr& rArr, SwDoc& rDoc ) in lcl_DeleteInfoStyles() 1508 SvPtrarr aDelArr; in lcl_DeleteInfoStyles() 1539 SvPtrarr aDelArr; in lcl_DeleteInfoStyles() 1567 SvPtrarr aDelArr; in FillStyleSheet()
|
/aoo4110/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()
|
/aoo4110/main/sw/source/core/table/ |
H A D | swtable.cxx | 327 inline void FmtInArr( SvPtrarr& rFmtArr, SwFmt* pBoxFmt ) in FmtInArr() 335 const long nNew, SvPtrarr& rFmtArr ); 338 const long nNew, SvPtrarr& rFmtArr, const bool bCheckSum ) in lcl_ModifyLines() 359 const long nNew, SvPtrarr& rFmtArr ) in lcl_ModifyBoxes() 436 SvPtrarr aFmtArr( (sal_uInt8)aLines[0]->GetTabBoxes().Count(), 1 ); in AdjustWidths() 703 SvPtrarr aBoxArr; 709 inline sal_Bool BoxInArr( SvPtrarr& rArr, SwTableBox* pBox ) in BoxInArr() 879 void lcl_ProcessBoxPtr( SwTableBox *pBox, SvPtrarr &rBoxArr, in lcl_ProcessBoxPtr()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | svicnvw.hxx | 37 class SvPtrarr; 224 SvPtrarr* pOtherRects = 0,
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtww8.hxx | 470 SvPtrarr aTOXArr; 1182 SvPtrarr aCntnt; // PTRARR von SwFmtFtn/PostIts/.. 1184 …SvPtrarr aSpareFmts; //a backup for aCntnt: if there's no SdrObject, stores the fmt dir… 1423 SvPtrarr aChrTxtAtrArr;
|