Home
last modified time | relevance | path

Searched refs:eFunc (Results 26 – 42 of 42) sorted by relevance

12

/trunk/main/sc/source/core/data/
H A Ddpoutput.cxx1671 String lcl_GetDataFieldName( const String& rSourceName, sheet::GeneralFunction eFunc ) in lcl_GetDataFieldName() argument
1674 switch ( eFunc ) in lcl_GetDataFieldName()
1719 sheet::GeneralFunction eFunc = (sheet::GeneralFunction)ScUnoHelpFunctions::GetEnumProperty( in GetDataDimensionNames() local
1722 rGivenName = lcl_GetDataFieldName( rSourceName, eFunc ); in GetDataDimensionNames()
H A Dcolumn2.cxx1742 if ( rData.eFunc != SUBTOTAL_FUNC_CNT2 ) // da interessiert's nicht in lcl_UpdateSubTotal()
1747 if ( rData.eFunc != SUBTOTAL_FUNC_CNT ) // fuer Anzahl einfach weglassen in lcl_UpdateSubTotal()
1771 switch (rData.eFunc) in lcl_UpdateSubTotal()
H A Ddpsave.cxx574 sheet::GeneralFunction eFunc = (sheet::GeneralFunction)nFunction; in WriteToSource() local
575 aAny <<= eFunc; in WriteToSource()
H A Ddptabsrc.cxx1721 sheet::GeneralFunction eFunc = (sheet::GeneralFunction)getFunction(); in getPropertyValue() local
1723 if ( eFunc != sheet::GeneralFunction_COUNT && eFunc != sheet::GeneralFunction_COUNTNUMS ) in getPropertyValue()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx575 KeyFuncType eFunc = rKeyEvent.GetKeyCode().GetFunction(); in KeyInput() local
576 if ( eFunc != KEYFUNC_DONTKNOW ) in KeyInput()
578 switch ( eFunc ) in KeyInput()
611 eFunc = KEYFUNC_DONTKNOW; in KeyInput()
614 if ( eFunc == KEYFUNC_DONTKNOW ) in KeyInput()
H A Dtexteng.cxx392 KeyFuncType eFunc = rKeyEvent.GetKeyCode().GetFunction(); in DoesKeyChangeText() local
393 if ( eFunc != KEYFUNC_DONTKNOW ) in DoesKeyChangeText()
395 switch ( eFunc ) in DoesKeyChangeText()
403 eFunc = KEYFUNC_DONTKNOW; in DoesKeyChangeText()
406 if ( eFunc == KEYFUNC_DONTKNOW ) in DoesKeyChangeText()
/trunk/main/sc/source/ui/inc/
H A Dtpsubt.hxx79 sal_uInt16 FuncToLbPos ( ScSubTotalFunc eFunc );
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFunctionParser.cxx225 static double getValue( const EnhancedCustomShape2d& rCustoShape, const ExpressionFunct eFunc ) in getValue() argument
228 switch( eFunc ) in getValue()
H A DEnhancedCustomShape2d.cxx840 double EnhancedCustomShape2d::GetEnumFunc( const EnumFunc eFunc ) const in GetEnumFunc()
843 switch( eFunc ) in GetEnumFunc()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx1011 KeyFuncType eFunc = rKeyEvent.GetKeyCode().GetFunction(); in PostKeyEvent() local
1012 if ( eFunc != KEYFUNC_DONTKNOW ) in PostKeyEvent()
1014 switch ( eFunc ) in PostKeyEvent()
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.cxx1362 KeyFuncType eFunc = rKEvt.GetKeyCode().GetFunction(); (void)eFunc; in KeyInput() local
/trunk/main/svx/source/svdraw/
H A Dsvdmodel.cxx546 void SdrModel::BegUndo(const XubString& rComment, const XubString& rObjDescr, SdrRepeatFunc eFunc) in BegUndo() argument
567 pAktUndoGroup->SetRepeatFunction(eFunc); in BegUndo()
/trunk/main/svx/inc/svx/
H A Dsvdmodel.hxx583 …void BegUndo(const String& rComment, const String& rObjDescr, SdrRepeatFunc eFunc=SDRREPFUNC_OBJ_N…
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx3185 KeyFuncType eFunc = rKEvt.GetKeyCode().GetFunction(); in KeyInput() local
3187 KEYFUNC_CUT != eFunc) // and no 'CTRL-X' in KeyInput()
/trunk/main/sc/inc/
H A Ddapiuno.hxx85 static sal_uInt16 FunctionBit( com::sun::star::sheet::GeneralFunction eFunc );
H A Ddocument.hxx1188 sal_Bool GetSelectionFunction( ScSubTotalFunc eFunc,
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx1794 ScSubTotalFunc eFunc = lcl_SummaryToSubTotal( nFunction ); in computeFunction() local
1796 if ( !pDoc->GetSelectionFunction( eFunc, aDummy, aMark, fVal ) ) in computeFunction()

Completed in 196 milliseconds

12