Searched refs:eSetType (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/svl/source/numbers/ |
H A D | zforfind.cxx | 1625 && ( eSetType == NUMBERFORMAT_FRACTION // and preset was fraction in ScanMidString() 2189 if (eSetType == NUMBERFORMAT_FRACTION) // Fraction 1 = 1/1 in IsNumberFormatMain() 2207 if (eSetType == NUMBERFORMAT_FRACTION) // Fraction -1 = -1/1 in IsNumberFormatMain() 2240 if (eSetType == NUMBERFORMAT_FRACTION) // -1,200. as fraction in IsNumberFormatMain() 2277 if (eSetType == NUMBERFORMAT_FRACTION) // -1,200,100. as fraction in IsNumberFormatMain() 2337 if (eSetType == NUMBERFORMAT_FRACTION) // -1,200,100. as fraction in IsNumberFormatMain() 2367 eScannedType = eSetType; in IsNumberFormatMain() 2386 eScannedType = eSetType; in IsNumberFormatMain() 2494 eSetType = F_Type; // old type set in IsNumberFormat()
|
H A D | zforfind.hxx | 106 short eSetType; // Preset Type member in ImpSvNumberInputScan
|
/aoo4110/main/svl/inc/svl/ |
H A D | zformat.hxx | 202 void SetType(const short eSetType) { eType = eSetType; } in SetType() argument
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoobj2.cxx | 1357 const CursorType eSetType = (RANGE_IN_CELL == m_pImpl->m_eRangePosition) in createEnumeration() local 1360 new SwXParagraphEnumeration(m_pImpl->m_xParentText, pNewCrsr, eSetType); in createEnumeration()
|
H A D | unoobj.cxx | 3206 const CursorType eSetType = (CURSOR_TBLTEXT == m_pImpl->m_eType) in createEnumeration() local 3215 pParentText, pNewCrsr, eSetType, pStartNode, pTable); in createEnumeration()
|
Completed in 88 milliseconds