Searched refs:nDef (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/unotools/source/i18n/ |
| H A D | localedatawrapper.cxx | 652 sal_Int32 nDef = 0; in getDefaultCalendarImpl() local 660 nDef = i; in getDefaultCalendarImpl() 665 xDefaultCalendar.reset( new Calendar( xCals[nDef])); in getDefaultCalendarImpl() 892 sal_Int32 nElem, nDef, nNeg, nMedium; in getCurrFormatsImpl() local 893 nDef = nNeg = nMedium = -1; in getCurrFormatsImpl() 900 nDef = nElem; in getCurrFormatsImpl() 915 if ( nDef == -1 && pFormatArr[nElem].Default ) in getCurrFormatsImpl() 916 nDef = nElem; in getCurrFormatsImpl() 928 nElem = (nDef >= 0 ? nDef : (nNeg >= 0 ? nNeg : 0)); in getCurrFormatsImpl() 1151 sal_Int32 nElem, nEdit, nDef, nMedium, nLong; in getDateFormatsImpl() local [all …]
|
| /AOO41X/main/svl/source/numbers/ |
| H A D | zforlist.cxx | 2144 sal_Int32 nElem, nDef, nMedium; in ImpAdjustFormatCodeDefault() local 2145 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 …]
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | eschesdo.hxx | 61 sal_Int32 ImplGetInt32PropertyValue( const sal_Unicode* pStr, sal_uInt32 nDef = 0 ) in ImplGetInt32PropertyValue() argument 62 { return ImplGetPropertyValue( pStr ) ? *(sal_Int32*)mAny.getValue() : nDef; } in ImplGetInt32PropertyValue()
|
| /AOO41X/main/sw/source/ui/uiview/ |
| H A D | viewtab.cxx | 684 sal_uInt16 nDef = ::GetTabDist( rDefTabs ); in ExecTabWin() local 685 ::MakeDefTabs( nDef, aTabStops ); in ExecTabWin() 782 sal_uInt16 nDef = ::GetTabDist(rDefTabs); in ExecTabWin() local 783 ::MakeDefTabs( nDef, aTabStops ); in ExecTabWin()
|