Home
last modified time | relevance | path

Searched refs:rMMRect (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sc/source/core/data/
H A Ddocumen9.cxx418 sal_Bool ScDocument::HasBackgroundDraw( SCTAB nTab, const Rectangle& rMMRect ) in HasBackgroundDraw() argument
438 if ( pObject->GetLayer() == SC_LAYER_BACK && pObject->GetCurrentBoundRect().IsOver( rMMRect ) ) in HasBackgroundDraw()
446 sal_Bool ScDocument::HasAnyDraw( SCTAB nTab, const Rectangle& rMMRect ) in HasAnyDraw() argument
465 if ( pObject->GetCurrentBoundRect().IsOver( rMMRect ) ) in HasAnyDraw()
597 sal_Bool ScDocument::HasControl( SCTAB nTab, const Rectangle& rMMRect ) in HasControl() argument
614 if ( aObjRect.IsOver( rMMRect ) ) in HasControl()
626 void ScDocument::InvalidateControls( Window* pWin, SCTAB nTab, const Rectangle& rMMRect ) in InvalidateControls() argument
641 if ( aObjRect.IsOver( rMMRect ) ) in InvalidateControls()
H A Ddocumen3.cxx1648 ScRange ScDocument::GetRange( SCTAB nTab, const Rectangle& rMMRect ) in GetRange() argument
1657 Rectangle aPosRect = rMMRect; in GetRange()
/aoo41x/main/sc/inc/
H A Ddocument.hxx758 sal_Bool HasControl( SCTAB nTab, const Rectangle& rMMRect );
759 void InvalidateControls( Window* pWin, SCTAB nTab, const Rectangle& rMMRect );
763 sal_Bool HasBackgroundDraw( SCTAB nTab, const Rectangle& rMMRect );
764 sal_Bool HasAnyDraw( SCTAB nTab, const Rectangle& rMMRect );
1494 SC_DLLPUBLIC ScRange GetRange( SCTAB nTab, const Rectangle& rMMRect );

Completed in 35 milliseconds