Home
last modified time | relevance | path

Searched refs:m_nExpectedSize (Results 1 – 2 of 2) sorted by relevance

/trunk/main/cui/source/customize/
H A Dcfg.cxx5088 m_nExpectedSize = bLargeIcons ? 26 : 16; in SvxIconSelectorDialog()
5090 if ( m_nExpectedSize != 16 ) in SvxIconSelectorDialog()
5092 aFtNote.SetText( replaceSixteen( aFtNote.GetText(), m_nExpectedSize ) ); in SvxIconSelectorDialog()
5446 if ( bOK && ((aSize.Width != m_nExpectedSize) || (aSize.Height != m_nExpectedSize)) ) in ReplaceGraphicItem()
5449 BitmapEx aBitmapex = AutoScaleBitmap(aBitmap, m_nExpectedSize); in ReplaceGraphicItem()
5610 … if ( bOK && ((aSize.Width != m_nExpectedSize) || (aSize.Height != m_nExpectedSize)) ) in ImportGraphic()
5613 BitmapEx aBitmapex = AutoScaleBitmap(aBitmap, m_nExpectedSize); in ImportGraphic()
/trunk/main/cui/source/inc/
H A Dcfg.hxx746 sal_Int32 m_nExpectedSize; member in SvxIconSelectorDialog

Completed in 41 milliseconds