Searched refs:bUpdateNoteCaptionPos (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sc/inc/ |
H A D | drwlayer.hxx | 110 SCsCOL nDx,SCsROW nDy, bool bUpdateNoteCaptionPos ); 112 …Pos( SdrObject* pObj, const ScDrawObjData& rData, bool bNegativePage, bool bUpdateNoteCaptionPos ); 170 SCsCOL nDx,SCsROW nDy, sal_Bool bInsDel, bool bUpdateNoteCaptionPos = true ); 188 void SetPageSize( sal_uInt16 nPageNo, const Size& rSize, bool bUpdateNoteCaptionPos = true );
|
H A D | table.hxx | 478 …ScDocument* pUndoDoc = NULL, sal_Bool bIncludeDraw = sal_True, bool bUpdateNoteCaptionPos = true ); 482 SCsCOL nDx, SCsROW nDy, SCsTAB nDz, bool bUpdateNoteCaptionPos = true ); 797 …void DecRecalcLevel( bool bUpdateNoteCaptionPos = true ) { if (!--nRecalcLvl) SetDrawPageSize(tru… in DecRecalcLevel() argument 871 void SetDrawPageSize( bool bResetStreamValid = true, bool bUpdateNoteCaptionPos = true );
|
H A D | document.hxx | 1174 bool bUpdateNoteCaptionPos = true ); 1765 SC_DLLPUBLIC void DecSizeRecalcLevel( SCTAB nTab, bool bUpdateNoteCaptionPos = true );
|
/aoo41x/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 469 SCsCOL nDx,SCsROW nDy, bool bUpdateNoteCaptionPos ) in MoveCells() argument 505 RecalcPos( pObj, *pData, bNegativePage, bUpdateNoteCaptionPos ); in MoveCells() 511 void ScDrawLayer::SetPageSize( sal_uInt16 nPageNo, const Size& rSize, bool bUpdateNoteCaptionPos ) in SetPageSize() argument 534 RecalcPos( pObj, *pData, bNegativePage, bUpdateNoteCaptionPos ); in SetPageSize() 539 …cPos( SdrObject* pObj, const ScDrawObjData& rData, bool bNegativePage, bool bUpdateNoteCaptionPos ) in RecalcPos() argument 552 if( bUpdateNoteCaptionPos ) in RecalcPos() 1034 SCsCOL nDx,SCsROW nDy, sal_Bool bInsDel, bool bUpdateNoteCaptionPos ) in MoveArea() argument 1083 MoveCells( nTab, nCol1,nRow1, nCol2,nRow2, nDx,nDy, bUpdateNoteCaptionPos ); in MoveArea()
|
H A D | table1.cxx | 1183 SCsCOL nDx, SCsROW nDy, SCsTAB nDz, bool bUpdateNoteCaptionPos ) in UpdateDrawRef() argument 1199 (eUpdateRefMode == URM_INSDEL), bUpdateNoteCaptionPos ); in UpdateDrawRef() 1206 ScDocument* pUndoDoc, sal_Bool bIncludeDraw, bool bUpdateNoteCaptionPos ) in UpdateReference() argument 1225 …( eUpdateRefMode, nCol1, nRow1, nTab1, nCol2, nRow2, nTab2, nDx, nDy, nDz, bUpdateNoteCaptionPos ); in UpdateReference()
|
H A D | documen3.cxx | 887 bool bUpdateNoteCaptionPos ) in UpdateReference() argument 931 nDx, nDy, nDz, pUndoDoc, bIncludeDraw, bUpdateNoteCaptionPos ); in UpdateReference() 2032 void ScDocument::DecSizeRecalcLevel( SCTAB nTab, bool bUpdateNoteCaptionPos ) in DecSizeRecalcLevel() argument 2035 pTab[nTab]->DecRecalcLevel( bUpdateNoteCaptionPos ); in DecSizeRecalcLevel()
|
H A D | table2.cxx | 3230 void ScTable::SetDrawPageSize(bool bResetStreamValid, bool bUpdateNoteCaptionPos) in SetDrawPageSize() argument 3246 pDrawLayer->SetPageSize( static_cast<sal_uInt16>(nTab), Size( x, y ), bUpdateNoteCaptionPos ); in SetDrawPageSize()
|
Completed in 78 milliseconds