Home
last modified time | relevance | path

Searched refs:nFunction (Results 1 – 25 of 44) sorted by path

12

/trunk/extras/l10n/source/ne/
H A Dlocalize.sdf48012 …ing RID_STR_FUNCTION 0 ne _: report.src#RID_STR_FUNCTION.string.text\nFunction 2002-02-02 02…
48023 …E_FUNCTION 0 ne _: report.src#RID_STR_PROPTITLE_FUNCTION.string.text\nFunction 2002-02-02 02…
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dhash.cxx76 …Int32 c, sal_uInt32 d, sal_uInt32& e, sal_uInt32 constant, sal_uInt32 datum, sal_uInt32 nFunction ) in subRound() argument
79 switch( nFunction ) in subRound()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dhash.cxx77 …Int32 c, sal_uInt32 d, sal_uInt32& e, sal_uInt32 constant, sal_uInt32 datum, sal_uInt32 nFunction ) in subRound() argument
80 switch( nFunction ) in subRound()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs1465 for (int nFunction=0; nFunction<nRecentIds.Length; nFunction++) in doFunctionAccessSamples()
1468 xFuncDesc.getById( nRecentIds[nFunction] ); in doFunctionAccessSamples()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleAddIn.java194 int nFunction = getFunctionID( aProgrammaticName ); in getDisplayFunctionName() local
195 return ( nFunction == FUNCTION_INVALID ) ? "" : in getDisplayFunctionName()
196 aDisplayFunctionNames[nFunction]; in getDisplayFunctionName()
201 int nFunction = getFunctionID( aProgrammaticName ); in getFunctionDescription() local
202 return ( nFunction == FUNCTION_INVALID ) ? "" : in getFunctionDescription()
203 aDescriptions[nFunction]; in getFunctionDescription()
210 int nFunction = getFunctionID( aProgrammaticFunctionName ); in getDisplayArgumentName() local
211 return ( nFunction == FUNCTION_INVALID || nArgument != 0) ? "" : in getDisplayArgumentName()
212 aFirstArgumentNames[nFunction]; in getDisplayArgumentName()
219 int nFunction = getFunctionID( aProgrammaticFunctionName ); in getArgumentDescription() local
[all …]
H A DSpreadsheetSample.java1370 for (int nFunction=0; nFunction<nRecentIds.length; nFunction++) in doFunctionAccessSamples()
1373 xFuncDesc.getById( nRecentIds[nFunction] ); in doFunctionAccessSamples()
/trunk/main/offapi/com/sun/star/sheet/
H A DXConsolidationDescriptor.idl67 void setFunction( [in] com::sun::star::sheet::GeneralFunction nFunction );
H A DXSheetOperation.idl57 @param nFunction
64 [in] com::sun::star::sheet::GeneralFunction nFunction )
/trunk/main/sc/inc/
H A Dcellsuno.hxx261 virtual double SAL_CALL computeFunction( ::com::sun::star::sheet::GeneralFunction nFunction )
H A Dcolumn.hxx198 void MixMarked( const ScMarkData& rMark, sal_uInt16 nFunction,
200 void MixData( SCROW nRow1, SCROW nRow2, sal_uInt16 nFunction, sal_Bool bSkipEmpty,
H A Ddatauno.hxx302 virtual void SAL_CALL setFunction( ::com::sun::star::sheet::GeneralFunction nFunction )
H A Ddocument.hxx1124 void MixDocument( const ScRange& rRange, sal_uInt16 nFunction, sal_Bool bSkipEmpty,
1128 sal_uInt16 nFlags, sal_uInt16 nFunction,
1131 sal_uInt16 nFlags, sal_uInt16 nFunction,
H A Ddpsave.hxx101 sal_uInt16 nFunction; // enum GeneralFunction, for data dimensions member in ScDPSaveDimension
144 sal_uInt16 GetFunction() const { return nFunction; } in GetFunction()
H A Ddptabsrc.hxx353 sal_uInt16 nFunction; // enum GeneralFunction member in ScDPDimension
H A Dtable.hxx395 void MixMarked( const ScMarkData& rMark, sal_uInt16 nFunction,
398 sal_uInt16 nFunction, sal_Bool bSkipEmpty, ScTable* pSrcTab );
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx929 void ScColumn::MixMarked( const ScMarkData& rMark, sal_uInt16 nFunction, in MixMarked() argument
938 MixData( nRow1, nRow2, nFunction, bSkipEmpty, rSrcCol ); in MixMarked()
945 sal_Bool lcl_DoFunction( double& rVal1, double nVal2, sal_uInt16 nFunction ) in lcl_DoFunction() argument
948 switch (nFunction) in lcl_DoFunction()
988 sal_uInt16 nFunction, sal_Bool bSkipEmpty, in MixData() argument
1037 else if ( nFunction ) // wirklich Rechenfunktion angegeben in MixData()
1070 sal_Bool bOk = lcl_DoFunction( nVal1, nVal2, nFunction ); in MixData()
1108 switch ( nFunction ) in MixData()
H A Ddocument.cxx2536 void ScDocument::MixDocument( const ScRange& rRange, sal_uInt16 nFunction, sal_Bool bSkipEmpty, in MixDocument() argument
2545 nFunction, bSkipEmpty, pSrcDoc->pTab[i] ); in MixDocument()
2550 sal_uInt16 nFlags, sal_uInt16 nFunction, in FillTab() argument
2566 sal_Bool bDoMix = ( bSkipEmpty || nFunction ) && ( nFlags & IDF_CONTENTS ); in FillTab()
2593 nFunction, bSkipEmpty, pMixDoc->pTab[i] ); in FillTab()
2608 sal_uInt16 nFlags, sal_uInt16 nFunction, in FillTabMarked() argument
2618 sal_Bool bDoMix = ( bSkipEmpty || nFunction ) && ( nFlags & IDF_CONTENTS ); in FillTabMarked()
2652 pTab[i]->MixMarked( rMark, nFunction, bSkipEmpty, pMixDoc->pTab[i] ); in FillTabMarked()
H A Ddpsave.cxx205 nFunction( sheet::GeneralFunction_AUTO ), in ScDPSaveDimension()
225 nFunction( r.nFunction ), in ScDPSaveDimension()
290 nFunction != r.nFunction || in operator ==()
422 nFunction = nNew; in SetFunction()
574 sheet::GeneralFunction eFunc = (sheet::GeneralFunction)nFunction; in WriteToSource()
H A Ddptabsrc.cxx1386 nFunction( SUBTOTAL_FUNC_SUM ), // sum is default in ScDPDimension()
1474 return nFunction; in getFunction()
1479 nFunction = nNew; in setFunction()
H A Dtable2.cxx539 sal_uInt16 nFunction, sal_Bool bSkipEmpty, ScTable* pSrcTab ) in MixData() argument
542 aCol[i].MixData( nRow1, nRow2, nFunction, bSkipEmpty, pSrcTab->aCol[i] ); in MixData()
547 void ScTable::MixMarked( const ScMarkData& rMark, sal_uInt16 nFunction, in MixMarked() argument
551 aCol[i].MixMarked( rMark, nFunction, bSkipEmpty, pSrcTab->aCol[i] ); in MixMarked()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx3792 size_t nFunction = 0; in CompileString() local
3806 ++nFunction; in CompileString()
3808 pFunctionStack[ nFunction ].nPar = 0; in CompileString()
3825 if (bPODF && nFunction) in CompileString()
3826 --nFunction; in CompileString()
3832 ++pFunctionStack[ nFunction ].nPar; in CompileString()
3844 ++nFunction; in CompileString()
3846 pFunctionStack[ nFunction ].nPar = 0; in CompileString()
3865 if (bPODF && nFunction) in CompileString()
3866 --nFunction; in CompileString()
[all …]
/trunk/main/sc/source/filter/xml/
H A Dxmldpimp.cxx934 nFunction = (sal_Int16) ScXMLConverter::GetFunctionFromString( sValue ); in ScXMLDataPilotFieldContext()
1023 pDim->SetFunction(nFunction); in EndElement()
1405 void ScXMLDataPilotSubTotalsContext::AddFunction(sal_Int16 nFunction) in AddFunction() argument
1413 pTemp[nFunctionCount - 1] = nFunction; in AddFunction()
1421 pFunctions[0] = nFunction; in AddFunction()
H A Dxmldpimp.hxx340 sal_Int16 nFunction; member in ScXMLDataPilotFieldContext
520 void AddFunction(sal_Int16 nFunction);
/trunk/main/sc/source/ui/dbgui/
H A Dtpsubt.cxx245 sal_uInt16 nFunction = 0; in DoFillItemSet() local
256 nFunction = *((sal_uInt16*)aLbColumns.GetEntryData( i )); in DoFillItemSet()
258 pFunctions[nCheck] = LbPosToFunc( nFunction ); in DoFillItemSet()
394 sal_uInt16 nFunction = aLbFunctions.GetSelectEntryPos(); in IMPL_LINK() local
408 *pFunction = nFunction; in IMPL_LINK()
/trunk/main/sc/source/ui/inc/
H A Dauditsh.hxx38 sal_uInt16 nFunction; member in ScAuditingShell

Completed in 1686 milliseconds

12