Searched refs:nDef (Results 1 – 4 of 4) sorted by relevance
652 sal_Int32 nDef = 0; in getDefaultCalendarImpl() local660 nDef = i; in getDefaultCalendarImpl()893 nDef = nNeg = nMedium = -1; in getCurrFormatsImpl()900 nDef = nElem; in getCurrFormatsImpl()916 nDef = nElem; in getCurrFormatsImpl()928 nElem = (nDef >= 0 ? nDef : (nNeg >= 0 ? nNeg : 0)); in getCurrFormatsImpl()1158 nDef = nElem; in getDateFormatsImpl()1190 if ( nDef == -1 ) in getDateFormatsImpl()1201 nDef = nLong; in getDateFormatsImpl()1203 nDef = 0; in getDateFormatsImpl()[all …]
2144 sal_Int32 nElem, nDef, nMedium; in ImpAdjustFormatCodeDefault() local2145 nDef = nMedium = -1; in ImpAdjustFormatCodeDefault()2153 nDef = nMedium = nElem; in ImpAdjustFormatCodeDefault()2157 nDef = nElem; in ImpAdjustFormatCodeDefault()2160 if ( nDef == -1 ) in ImpAdjustFormatCodeDefault()2161 nDef = nElem; in ImpAdjustFormatCodeDefault()2166 if ( nDef == -1 ) in ImpAdjustFormatCodeDefault()2167 nDef = 0; in ImpAdjustFormatCodeDefault()2168 pFormatArr[nDef].Default = sal_True; in ImpAdjustFormatCodeDefault()2169 return nDef; in ImpAdjustFormatCodeDefault()[all …]
61 sal_Int32 ImplGetInt32PropertyValue( const sal_Unicode* pStr, sal_uInt32 nDef = 0 ) in ImplGetInt32PropertyValue() argument62 { return ImplGetPropertyValue( pStr ) ? *(sal_Int32*)mAny.getValue() : nDef; } in ImplGetInt32PropertyValue()
684 sal_uInt16 nDef = ::GetTabDist( rDefTabs ); in ExecTabWin() local685 ::MakeDefTabs( nDef, aTabStops ); in ExecTabWin()782 sal_uInt16 nDef = ::GetTabDist(rDefTabs); in ExecTabWin() local783 ::MakeDefTabs( nDef, aTabStops ); in ExecTabWin()
Completed in 39 milliseconds