Home
last modified time | relevance | path

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

/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx247 nOffset += aRowColumnsWindowData[j].nStaticSize; in doLayout()
2097 nLastRowColPixelPos += rRowColumnsWindowData[nIndex].nStaticSize; in implts_getDockingAreaElementInfos()
2099 nLastRowColPixelPos -= rRowColumnsWindowData[nIndex].nStaticSize; in implts_getDockingAreaElementInfos()
2129 if ( rRowColumnsWindowData[nIndex].nStaticSize < aPosSize.Height ) in implts_getDockingAreaElementInfos()
2130 rRowColumnsWindowData[nIndex].nStaticSize = aPosSize.Height; in implts_getDockingAreaElementInfos()
2155 nLastRowColPixelPos += rRowColumnsWindowData[nIndex].nStaticSize; in implts_getDockingAreaElementInfos()
2157 nLastRowColPixelPos -= rRowColumnsWindowData[nIndex].nStaticSize; in implts_getDockingAreaElementInfos()
2187 if ( rRowColumnsWindowData[nIndex].nStaticSize < aPosSize.Width ) in implts_getDockingAreaElementInfos()
2188 rRowColumnsWindowData[nIndex].nStaticSize = aPosSize.Width; in implts_getDockingAreaElementInfos()
2249 rRowColumnWindowData.nStaticSize = 0; in implts_getDockingAreaElementInfoOnSingleRowCol()
[all …]
H A Dtoolbarlayoutmanager.hxx197 SingleRowColumnWindowData() : nVarSize( 0 ), nStaticSize( 0 ), nSpace( 0 ) {} in SingleRowColumnWindowData()
205 … sal_Int32 nStaticSize; member