Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/tbxctrls/
H A Dtbxcolorupdate.cxx88 maBmpSize = aBmp.GetSizePixel(); in Update()
130 if( maBmpSize.Width() <= 16 ) in Update()
132 else if(76 == maBmpSize.Width() && 12 == maBmpSize.Height()) in Update()
139 else if(30 == maBmpSize.Width() && 16 == maBmpSize.Height()) in Update()
147 … maUpdRect = Rectangle( Point( 1, maBmpSize.Height() - 7 ), Size( maBmpSize.Width() - 2 ,6 ) ); in Update()
151 if( maBmpSize.Width() <= 16 ) in Update()
154 … maUpdRect = Rectangle( Point( maBmpSize.Width() - 12, maBmpSize.Height() - 12 ), Size( 11, 11 ) ); in Update()
202 aSz.Height() = maBmpSize.Height(); in DrawChar()
215 Rectangle aRect( Point(0,0), maBmpSize ); in DrawChar()
221 Point aPos( ( maBmpSize.Width() - aTxtSize.Width() ) / 2, in DrawChar()
[all …]
/aoo42x/main/sc/source/ui/sidebar/
H A DCellBorderUpdater.cxx49 const Size maBmpSize = aBmp.GetSizePixel(); in UpdateCellBorder() local
66 if(maBmpSize.Width() == 43 && maBmpSize.Height() == 43) in UpdateCellBorder()
/aoo42x/main/svx/inc/svx/
H A Dtbxcolorupdate.hxx73 Size maBmpSize; member in svx::ToolboxButtonColorUpdater

Completed in 14 milliseconds