Searched refs:SetClipRange (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/svx/inc/svx/ |
H A D | framelinkarray.hxx | 380 …void SetClipRange( size_t nFirstCol, size_t nFirstRow, size_t nLastCol, size_t nLas…
|
/aoo4110/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 757 void Array::SetClipRange( size_t nFirstCol, size_t nFirstRow, size_t nLastCol, size_t nLastRow ) in SetClipRange() function in svx::frame::Array 770 SetClipRange( 0, 0, mxImpl->mnWidth - 1, mxImpl->mnHeight - 1 ); in RemoveClipRange()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | output.cxx | 1228 rArray.SetClipRange( nFirstCol, nFirstRow, nLastCol, nLastRow ); in DrawFrame()
|
Completed in 23 milliseconds