Home
last modified time | relevance | path

Searched refs:nCellType (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svl/source/items/
H A Dsrchitem.cxx119 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 DXMLStylesImportHelper.cxx262 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 DXMLStylesImportHelper.hxx107 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 Dxmlcelli.cxx115 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 Dxmlimprt.cxx2365 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 Dxmlimprt.hxx962 const sal_Int16 nCellType,
974 const sal_Int16 nCellType, const rtl::OUString* pCurrency);
H A Dxmlcelli.hxx65 sal_Int16 nCellType; member in ScXMLTableRowCellContext
/trunk/main/svl/inc/svl/
H A Dsrchitem.hxx68 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 63 milliseconds