Searched refs:nCellType (Results 1 – 8 of 8) sorted by relevance
/trunk/main/svl/source/items/ |
H A D | srchitem.cxx | 119 nCellType ( SVX_SEARCHIN_FORMULA ), in SvxSearchItem() 200 nCellType ( rItem.nCellType ), in SvxSearchItem() 253 ( nCellType == rSItem.nCellType ) && in operator ==() 439 aSeq[3].Value <<= nCellType; in QueryValue() 462 rVal <<= (sal_Int32) nCellType; break; in QueryValue() 548 if ( ( aSeq[i].Value >>= nCellType ) == sal_True ) in PutValue() 597 bRet = (rVal >>= nInt); nCellType = (sal_uInt16) nInt; break; in PutValue()
|
/trunk/main/sc/source/filter/xml/ |
H A D | XMLStylesImportHelper.cxx | 262 const rtl::OUString* pStyleName, const sal_Int16 nCellType, in SetStylesToRanges() argument 267 rImport.SetStyleToRange(*pList->GetObject(i), pStyleName, nCellType, pCurrency); in SetStylesToRanges() 271 const rtl::OUString* pStyleName, const sal_Int16 nCellType, in SetStylesToRanges() argument 276 rImport.SetStyleToRange(*xList->GetObject(i), pStyleName, nCellType, pCurrency); in SetStylesToRanges() 342 nPrevCellType = nCellType; in ResetAttributes() 345 nCellType = 0; in ResetAttributes() 477 this->nCellType = nCellTypeP; in SetAttributes() 485 if (nCellType == nPrevCellType && in AddRange()
|
H A D | XMLStylesImportHelper.hxx | 107 const rtl::OUString* pStyleName, const sal_Int16 nCellType, 110 const rtl::OUString* pStyleName, const sal_Int16 nCellType, 159 sal_Int16 nCellType; member in ScMyStylesImportHelper 181 rtl::OUString* pCurrency, const sal_Int16 nCellType);
|
H A D | xmlcelli.cxx | 115 nCellType(util::NumberFormat::TEXT), in ScXMLTableRowCellContext() 169 nCellType = GetScImport().GetCellType(sValue); in ScXMLTableRowCellContext() 243 if (nCellType == util::NumberFormat::TEXT) in ScXMLTableRowCellContext() 245 nCellType = util::NumberFormat::UNDEFINED; in ScXMLTableRowCellContext() 247 rXMLImport.GetStylesImportHelper()->SetAttributes(pStyleName, pCurrencySymbol, nCellType); in ScXMLTableRowCellContext() 328 if (((nCellType == util::NumberFormat::TEXT) || bFormulaTextResult) && in CreateChildContext() 789 if(nCellType == util::NumberFormat::TEXT) in EndElement() 866 switch (nCellType) in EndElement()
|
H A D | xmlimprt.cxx | 2365 const sal_Int16 nCellType, in SetType() argument 2368 if ((nCellType != util::NumberFormat::TEXT) && (nCellType != util::NumberFormat::UNDEFINED)) in SetType() 2380 if ((nCellType != nCurrentCellType) && !((nCellType == util::NumberFormat::NUMBER && in SetType() 2384 …llType == 0))) || (nCurrentCellType == util::NumberFormat::TEXT)) && !((nCellType == util::NumberF… in SetType() 2400 if (nCellType != util::NumberFormat::CURRENCY) in SetType() 2407 …rtyValue( sNumberFormat, uno::makeAny(xNumberFormatTypes->getStandardFormat(nCellType, aLocale)) ); in SetType() 2426 …if ((nCellType == util::NumberFormat::CURRENCY) && rCurrency.getLength() && sCurrentCurrency.getLe… in SetType() 2500 const sal_Int16 nCellType, const rtl::OUString* pCurrency) in SetStyleToRange() argument 2504 nPrevCellType = nCellType; in SetStyleToRange() 2512 else if ((nCellType != nPrevCellType) || in SetStyleToRange() [all …]
|
H A D | xmlimprt.hxx | 962 const sal_Int16 nCellType, 974 const sal_Int16 nCellType, const rtl::OUString* pCurrency);
|
H A D | xmlcelli.hxx | 65 sal_Int16 nCellType; member in ScXMLTableRowCellContext
|
/trunk/main/svl/inc/svl/ |
H A D | srchitem.hxx | 68 sal_uInt16 nCellType; // Suche in Formeln/Werten/Notizen member in SvxSearchItem 141 sal_uInt16 GetCellType() const { return nCellType; } in GetCellType() 142 void SetCellType(sal_uInt16 nNewCellType) { nCellType = nNewCellType; } in SetCellType()
|
Completed in 74 milliseconds