Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/core/data/
H A Ddocumen9.cxx447 sal_Bool ScDocument::HasBackgroundDraw( SCTAB nTab, const Rectangle& rMMRect ) in HasBackgroundDraw() argument
467 if ( pObject->GetLayer() == SC_LAYER_BACK && pObject->GetCurrentBoundRect().IsOver( rMMRect ) ) in HasBackgroundDraw()
475 sal_Bool ScDocument::HasAnyDraw( SCTAB nTab, const Rectangle& rMMRect ) in HasAnyDraw() argument
494 if ( pObject->GetCurrentBoundRect().IsOver( rMMRect ) ) in HasAnyDraw()
626 sal_Bool ScDocument::HasControl( SCTAB nTab, const Rectangle& rMMRect ) in HasControl() argument
643 if ( aObjRect.IsOver( rMMRect ) ) in HasControl()
655 void ScDocument::InvalidateControls( Window* pWin, SCTAB nTab, const Rectangle& rMMRect ) in InvalidateControls() argument
670 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()
/aoo42x/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 39 milliseconds