Home
last modified time | relevance | path

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

12

/trunk/main/sw/source/core/layout/
H A Ddbg_lay.cxx168 { if( pStream ) _Record( pFrm, nFunction, nAct, pParam ); } in Record()
197 sal_uLong nFunction, nAction; // die Funktion, ggf. die Aktion member in SwImplEnterLeave
242 nRecord &= ~nFunction; // Diese Funktion nicht mehr aufzeichnen in Record()
583 if( 1 == nTestMode && nFunction != PROT_TESTFORMAT ) in _Record()
590 switch ( nFunction ) // und die Funktion in _Record()
619 ( nFunction == PROT_SHRINK ? "Shrink" : "AdjustNgbhd" ); in _Record()
828 SwProtocol::Record( pFrm, nFunction, ACT_START, pParam ); in Enter()
833 SwProtocol::Record( pFrm, nFunction, ACT_END, pParam ); in Leave()
839 SwProtocol::Record( pFrm, nFunction, ACT_END, &nFrmHeight ); in Leave()
845 SwProtocol::Record( pFrm, nFunction, ACT_START, &nFrmId ); in Enter()
[all …]
/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/svtools/source/filter/wmf/
H A Dwinwmf.cxx640 sal_uInt16 nFunction; in ReadRecordParams() local
642 *pWMF >> nFunction >> nFunction; in ReadRecordParams()
1080 sal_uInt16 nFunction; in ReadWMF() local
1120 *pWMF >> nRecSize >> nFunction; in ReadWMF()
1134 ( nFunction != W_META_DIBBITBLT ) && in ReadWMF()
1140 ReadRecordParams( nFunction ); in ReadWMF()
1223 sal_uInt16 nFunction; in GetPlaceableBound() local
1234 *pStm >> nRSize >> nFunction; in GetPlaceableBound()
1245 switch( nFunction ) in GetPlaceableBound()
1382 …if( nFunction == W_META_STRETCHDIB || nFunction == W_META_STRETCHBLT || nFunction == W_META_DIBSTR… in GetPlaceableBound()
[all …]
/trunk/main/sc/source/ui/view/
H A Dauditsh.cxx65 nFunction( SID_FILL_ADD_PRED ) in ScAuditingShell()
97 nFunction = nSlot; in Execute()
124 switch ( nFunction ) in Execute()
150 rSet.Put( SfxBoolItem( nFunction, sal_True ) ); // aktive Funktion markieren in GetState()
H A Dviewfun3.cxx948 sal_uInt16 nFunction, sal_Bool bSkipEmpty, in PasteFromClip() argument
975 nFlags, pClipDoc, nFunction, bSkipEmpty, bTranspose, bAsLink, bAllowDialogs, in PasteFromClip()
1215 nFunction == PASTE_NOFUNC && in PasteFromClip()
1356 if ( bSkipEmpty || nFunction ) in PasteFromClip()
1409 pDoc->MixDocument( aUserRange, nFunction, bSkipEmpty, pMixDoc ); in PasteFromClip()
1484 aOptions.nFunction = nFunction; in PasteFromClip()
1543 sal_uInt16 nFlags, ScDocument* pClipDoc, sal_uInt16 nFunction, in PasteMultiRangesFromClip() argument
1603 nFunction == PASTE_NOFUNC && SC_MOD()->GetInputOptions().GetReplaceCellsWarn(); in PasteMultiRangesFromClip()
1630 if ( bSkipEmpty || nFunction ) in PasteMultiRangesFromClip()
1655 pDoc->MixDocument(aMarkedRange, nFunction, bSkipEmpty, pMixDoc.get()); in PasteMultiRangesFromClip()
[all …]
H A Dcellsh1.cxx461 sal_uInt16 nFunction = PASTE_NOFUNC; in ExecuteEdit() local
511 nFunction = pDlg->GetFormulaCmdBits(); in ExecuteEdit()
521 pTabViewShell->FillTab( nFlags, nFunction, bSkipEmpty, bAsLink ); in ExecuteEdit()
1222 sal_uInt16 nFunction = PASTE_NOFUNC; in ExecuteEdit() local
1270 nFunction = pFuncItem->GetValue(); in ExecuteEdit()
1324 nFunction = pDlg->GetFormulaCmdBits(); in ExecuteEdit()
1344 nFunction, bSkipEmpty, bTranspose, bAsLink, in ExecuteEdit()
1370 rReq.AppendItem( SfxUInt16Item( FN_PARAM_1, nFunction ) ); in ExecuteEdit()
/trunk/main/svx/source/stbctrls/
H A Dpszctrl.cxx159 sal_uInt16 nFunction; // selektierte Calc Funktion member
187 pImp->nFunction = 0; in SvxPosSizeStatusBarControl()
250 pImp->nFunction = ((const SfxUInt16Item*)pState)->GetValue(); in StateChanged()
324 sal_uInt16 nSelect = pImp->nFunction; in Command()
/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/core/data/
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 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()
/trunk/main/sc/source/ui/inc/
H A Dviewfunc.hxx113 sal_uInt16 nFunction = PASTE_NOFUNC, sal_Bool bSkipEmpty = sal_False,
119 void FillTab( sal_uInt16 nFlags, sal_uInt16 nFunction, sal_Bool bSkipEmpty, sal_Bool bAsLink );
349 … PasteMultiRangesFromClip( sal_uInt16 nFlags, ScDocument* pClipDoc, sal_uInt16 nFunction,
H A Dundoblk.hxx173 sal_uInt16 nFunction; member
180 nFunction( PASTE_NOFUNC ), in ScUndoPasteOptions()
318 sal_uInt16 nFunction; member in ScUndoFillTable
H A Dauditsh.hxx38 sal_uInt16 nFunction; member in ScAuditingShell
/trunk/main/offapi/com/sun/star/sheet/
H A DXSheetOperation.idl57 @param nFunction
64 [in] com::sun::star::sheet::GeneralFunction nFunction )
/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/inc/
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 Dcolumn.hxx198 void MixMarked( const ScMarkData& rMark, sal_uInt16 nFunction,
200 void MixData( SCROW nRow1, SCROW nRow2, sal_uInt16 nFunction, sal_Bool bSkipEmpty,
/trunk/main/sc/source/ui/vba/
H A Dexcelvbahelper.cxx175 …st uno::Reference< frame::XModel>& xModel, sal_uInt16 nFlags,sal_uInt16 nFunction,sal_Bool bSkipEm… in implnPasteSpecial() argument
200 nFunction, bSkipEmpty, bTranspose, bAsLink, in implnPasteSpecial()
H A Dvbahelper.cxx204 void implnPasteSpecial(sal_uInt16 nFlags,sal_uInt16 nFunction,sal_Bool bSkipEmpty, sal_Bool bTransp… in implnPasteSpecial() argument
229 nFunction, bSkipEmpty, bTranspose, bAsLink, in implnPasteSpecial()
/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()
/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/sw/source/core/inc/
H A Ddbg_lay.hxx79 static void Record( const SwFrm* pFrm, sal_uLong nFunction, sal_uLong nAction, void* pParam );

Completed in 144 milliseconds

12