Lines Matching refs:nElem
2076 sal_Int32 nElem, nShort, nMedium, nLong, nShortDef, nMediumDef, nLongDef; in ImpAdjustFormatCodeDefault() local
2078 for ( nElem = 0; nElem < nCnt; nElem++ ) in ImpAdjustFormatCodeDefault()
2080 switch ( pFormatArr[nElem].Type ) in ImpAdjustFormatCodeDefault()
2083 nShort = nElem; in ImpAdjustFormatCodeDefault()
2086 nMedium = nElem; in ImpAdjustFormatCodeDefault()
2089 nLong = nElem; in ImpAdjustFormatCodeDefault()
2094 if ( pFormatArr[nElem].Default ) in ImpAdjustFormatCodeDefault()
2096 switch ( pFormatArr[nElem].Type ) in ImpAdjustFormatCodeDefault()
2101 nShortDef = nElem; in ImpAdjustFormatCodeDefault()
2106 nMediumDef = nElem; in ImpAdjustFormatCodeDefault()
2111 nLongDef = nElem; in ImpAdjustFormatCodeDefault()
2119 aMsg += ByteString::CreateFromInt32( pFormatArr[nElem].Index ); in ImpAdjustFormatCodeDefault()
2144 sal_Int32 nElem, nDef, nMedium; in ImpAdjustFormatCodeDefault() local
2146 for ( nElem = 0; nElem < nCnt; nElem++ ) in ImpAdjustFormatCodeDefault()
2148 if ( pFormatArr[nElem].Default ) in ImpAdjustFormatCodeDefault()
2150 switch ( pFormatArr[nElem].Type ) in ImpAdjustFormatCodeDefault()
2153 nDef = nMedium = nElem; in ImpAdjustFormatCodeDefault()
2157 nDef = nElem; in ImpAdjustFormatCodeDefault()
2161 nDef = nElem; in ImpAdjustFormatCodeDefault()
2162 pFormatArr[nElem].Default = sal_False; in ImpAdjustFormatCodeDefault()