Searched refs:eSetType (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/svl/source/numbers/ |
H A D | zforfind.cxx | 1630 && ( eSetType == NUMBERFORMAT_FRACTION // and preset was fraction in ScanMidString() 2194 if (eSetType == NUMBERFORMAT_FRACTION) // Fraction 1 = 1/1 in IsNumberFormatMain() 2212 if (eSetType == NUMBERFORMAT_FRACTION) // Fraction -1 = -1/1 in IsNumberFormatMain() 2245 if (eSetType == NUMBERFORMAT_FRACTION) // -1,200. as fraction in IsNumberFormatMain() 2282 if (eSetType == NUMBERFORMAT_FRACTION) // -1,200,100. as fraction in IsNumberFormatMain() 2342 if (eSetType == NUMBERFORMAT_FRACTION) // -1,200,100. as fraction in IsNumberFormatMain() 2372 eScannedType = eSetType; in IsNumberFormatMain() 2391 eScannedType = eSetType; in IsNumberFormatMain() 2499 eSetType = F_Type; // old type set in IsNumberFormat()
|
H A D | zforfind.hxx | 106 short eSetType; // Preset Type member in ImpSvNumberInputScan
|
/aoo41x/main/svl/inc/svl/ |
H A D | zformat.hxx | 202 void SetType(const short eSetType) { eType = eSetType; } in SetType() argument
|
/aoo41x/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 93 milliseconds