Searched refs:nStaticSize (Results 1 – 2 of 2) sorted by relevance
247 nOffset += aRowColumnsWindowData[j].nStaticSize; in doLayout()2090 nLastRowColPixelPos += rRowColumnsWindowData[nIndex].nStaticSize; in implts_getDockingAreaElementInfos()2092 nLastRowColPixelPos -= rRowColumnsWindowData[nIndex].nStaticSize; in implts_getDockingAreaElementInfos()2122 if ( rRowColumnsWindowData[nIndex].nStaticSize < aPosSize.Height ) in implts_getDockingAreaElementInfos()2123 rRowColumnsWindowData[nIndex].nStaticSize = aPosSize.Height; in implts_getDockingAreaElementInfos()2148 nLastRowColPixelPos += rRowColumnsWindowData[nIndex].nStaticSize; in implts_getDockingAreaElementInfos()2150 nLastRowColPixelPos -= rRowColumnsWindowData[nIndex].nStaticSize; in implts_getDockingAreaElementInfos()2180 if ( rRowColumnsWindowData[nIndex].nStaticSize < aPosSize.Width ) in implts_getDockingAreaElementInfos()2181 rRowColumnsWindowData[nIndex].nStaticSize = aPosSize.Width; in implts_getDockingAreaElementInfos()2236 rRowColumnWindowData.nStaticSize = 0; in implts_getDockingAreaElementInfoOnSingleRowCol()[all …]
197 SingleRowColumnWindowData() : nVarSize( 0 ), nStaticSize( 0 ), nSpace( 0 ) {} in SingleRowColumnWindowData()205 … sal_Int32 nStaticSize; member