Home
last modified time | relevance | path

Searched refs:bUpdateNoteCaptionPos (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/sc/inc/
H A Ddrwlayer.hxx110 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 Dtable.hxx478 …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 Ddocument.hxx1174 bool bUpdateNoteCaptionPos = true );
1765 SC_DLLPUBLIC void DecSizeRecalcLevel( SCTAB nTab, bool bUpdateNoteCaptionPos = true );
/aoo41x/main/sc/source/core/data/
H A Ddrwlayer.cxx469 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 Dtable1.cxx1183 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 Ddocumen3.cxx887 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 Dtable2.cxx3230 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 73 milliseconds