Home
last modified time | relevance | path

Searched refs:aConv (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/source/filter/lotus/
H A Dop.cxx175 LotusToSc aConv( r, pLotusRoot->eCharsetQ, sal_False ); in OP_Formula() local
176 aConv.Reset( aAddress ); in OP_Formula()
177 aConv.Convert( pErg, nBytesLeft ); in OP_Formula()
421 LotusToSc aConv( r, pLotusRoot->eCharsetQ, sal_True ); in OP_Formula123() local
422 aConv.Reset( aAddress ); in OP_Formula123()
423 aConv.Convert( pErg, nBytesLeft ); in OP_Formula123()
H A Dlotimpop.cxx77 aConv( *pIn, eQ, sal_False ) in ImportLotus()
288 aConv.Reset( aAddr ); in Formulacell()
289 aConv.SetWK3(); in Formulacell()
290 aConv.Convert( pErg, nRest ); in Formulacell()
/trunk/main/stoc/source/invocation/
H A Dinvocation.cxx599 Any aConv; in setValue() local
603 aConv = Value; in setValue()
605 aConv = xTypeConverter->convertTo( Value, _xNameContainer->getElementType() ); in setValue()
613 _xNameContainer->replaceByName( PropertyName, aConv ); in setValue()
615 _xNameContainer->insertByName( PropertyName, aConv ); in setValue()
/trunk/main/sc/source/filter/qpro/
H A Dqpro.cxx113 QProToSc aConv( *mpStream, aAddr ); in readSheet() local
114 if (ConvOK != aConv.Convert( pArray, nLen )) in readSheet()
/trunk/main/formula/source/core/api/
H A DFormulaCompiler.cxx1472 MissingConvention aConv( bODFF); in CreateStringFromTokenArray() local
1473 if (pArr->NeedsPofRewrite( aConv)) in CreateStringFromTokenArray()
1474 pArr = pArr->RewriteMissingToPof( aConv); in CreateStringFromTokenArray()
/trunk/main/sc/source/filter/inc/
H A Dlotimpop.hxx44 LotusToSc aConv; member in ImportLotus
/trunk/main/sc/source/ui/vba/
H A Dvbapagesetup.cxx43 …nge, ScRangeList& aCellRanges, formula::FormulaGrammar::AddressConvention aConv = formula::Formula…
H A Dvbarange.cxx1171 …nge, ScRangeList& aCellRanges, formula::FormulaGrammar::AddressConvention aConv = formula::Formula… in getScRangeListForAddress() argument
1194 formula::FormulaGrammar::AddressConvention eConv = aConv; in getScRangeListForAddress()
1365 …& aParam, ScDocShell* pDocSh, formula::FormulaGrammar::AddressConvention aConv = formula::Formula… in getCellRangeAddressForVBARange() argument
1376 if ( getScRangeListForAddress ( rString, pDocSh, refRange, aCellRanges, aConv ) ) in getCellRangeAddressForVBARange()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2378 rtl_UnicodeToTextConverter aConv = rtl_createTextToUnicodeConverter( mrBuiltinFont.m_eCharSet ); in LayoutText() local
2396 sal_Size nConv = rtl_convertUnicodeToText( aConv, in LayoutText()
2425 rtl_destroyUnicodeToTextConverter( aConv ); in LayoutText()

Completed in 122 milliseconds