Home
last modified time | relevance | path

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

12

/trunk/main/vcl/inc/vcl/
H A Dkeycod.hxx62 KeyFuncType eFunc; member in KeyCode
65 KeyCode() { nCode = 0; eFunc = KEYFUNC_DONTKNOW; } in KeyCode()
68 { nCode = nKey | nModifier; eFunc = KEYFUNC_DONTKNOW; } in KeyCode()
74 KeyFuncType GetFullFunction() const { return eFunc; } in GetFullFunction()
99 { return ((eFunc != KEYFUNC_DONTKNOW) ? sal_True : sal_False); } in IsFunction()
119 eFunc = KEYFUNC_DONTKNOW; in KeyCode()
124 if ( (eFunc == KEYFUNC_DONTKNOW) && (rKeyCode.eFunc == KEYFUNC_DONTKNOW) ) in operator ==()
132 if ( (eFunc == KEYFUNC_DONTKNOW) && (rKeyCode.eFunc == KEYFUNC_DONTKNOW) ) in operator !=()
140 if ( (eFunc == KEYFUNC_DONTKNOW) && (rKeyCode.eFunc == KEYFUNC_DONTKNOW) ) in IsDefinedKeyCodeEqual()
148 eFunc = rKeyCode.eFunc; in operator =()
/trunk/main/vcl/source/window/
H A Dkeycod.cxx63 void ImplGetKeyCode( KeyFuncType eFunc, sal_uInt16& rCode1, sal_uInt16& rCode2, sal_uInt16& rCode3,… in ImplGetKeyCode() argument
65 sal_uInt16 nIndex = (sal_uInt16)eFunc; in ImplGetKeyCode()
79 eFunc = eFunction; in KeyCode()
97 eFunc = (KeyFuncType)nKeyFunc; in KeyCode()
98 if ( eFunc != KEYFUNC_DONTKNOW ) in KeyCode()
101 ImplGetKeyCode( eFunc, nCode, nDummy, nDummy, nDummy ); in KeyCode()
130 if ( eFunc != KEYFUNC_DONTKNOW ) in GetFunction()
131 return eFunc; in GetFunction()
/trunk/main/sw/source/filter/xml/
H A Dxmltexte.cxx128 eFunc = XML_LIST_LEVEL; in exportStyleContent()
132 eFunc = XML_OUTLINE_LEVEL; in exportStyleContent()
136 eFunc = XML_TEXT_BOX; in exportStyleContent()
139 eFunc = XML_TABLE_HEADER; in exportStyleContent()
142 eFunc = XML_TABLE; in exportStyleContent()
145 eFunc = XML_SECTION; in exportStyleContent()
148 eFunc = XML_FOOTNOTE; in exportStyleContent()
151 eFunc = XML_FOOTER; in exportStyleContent()
154 eFunc = XML_HEADER; in exportStyleContent()
157 eFunc = XML_ENDNOTE; in exportStyleContent()
[all …]
/trunk/main/sc/source/core/tool/
H A Dconsoli.cxx271 void ScConsData::SetFlags( ScSubTotalFunc eFunc, sal_Bool bColName, sal_Bool bRowName, sal_Bool bRe… in SetFlags() argument
279 eFunction = eFunc; in SetFlags()
368 void lcl_UpdateArray( ScSubTotalFunc eFunc, in lcl_UpdateArray() argument
373 switch (eFunc) in lcl_UpdateArray()
422 void lcl_InitArray( ScSubTotalFunc eFunc, in lcl_InitArray() argument
426 switch (eFunc) in lcl_InitArray()
453 double lcl_CalcData( ScSubTotalFunc eFunc, in lcl_CalcData() argument
459 switch (eFunc) in lcl_CalcData()
H A Dinterpr1.cxx3393 if ( nGlobalError && ( eFunc == ifCOUNT2 || eFunc == ifCOUNT ) ) in IterateParameters()
3443 switch( eFunc ) in IterateParameters()
3464 if ( nGlobalError && ( eFunc == ifCOUNT2 || eFunc == ifCOUNT ) ) in IterateParameters()
3525 if ( nGlobalError && ( eFunc == ifCOUNT2 || eFunc == ifCOUNT ) ) in IterateParameters()
3676 switch( eFunc ) in IterateParameters()
5018 switch( eFunc ) in IterateParametersIf()
5236 if ( eFunc == ifCOUNTIFS ) in IterateParametersIfs()
5600 switch( eFunc ) in IterateParametersIfs()
6665 switch( eFunc ) in DBIterator()
6675 switch( eFunc ) in DBIterator()
[all …]
/trunk/main/sc/source/ui/view/
H A Dtabvwsha.cxx71 ScSubTotalFunc eFunc = (ScSubTotalFunc) SC_MOD()->GetAppOptions().GetStatusFunc(); in GetFunction() local
76 if (bIgnoreError && (eFunc == SUBTOTAL_FUNC_CNT || eFunc == SUBTOTAL_FUNC_CNT2)) in GetFunction()
86 switch (eFunc) in GetFunction()
111 if ( pDoc->GetSelectionFunction( eFunc, aCursor, rMark, nVal ) ) in GetFunction()
120 if ( eFunc != SUBTOTAL_FUNC_CNT && eFunc != SUBTOTAL_FUNC_CNT2 ) in GetFunction()
H A Dtabvwsh4.cxx1365 KeyFuncType eFunc = aCode.GetFunction(); in TabKeyInput() local
1366 if ( eFunc == KEYFUNC_CUT ) in TabKeyInput()
1371 !(eFunc == KEYFUNC_COPY && eMarkType == SC_MARK_SIMPLE_FILTERED) ) in TabKeyInput()
1384 sal_Bool bParent = ( GetViewFrame()->GetFrame().IsInPlace() && eFunc != KEYFUNC_DONTKNOW ); in TabKeyInput()
/trunk/main/sc/source/core/data/
H A Ddptabres.cxx426 if ( rSubState.eColForce != SUBTOTAL_FUNC_NONE ) eFunc = rSubState.eColForce; in Update()
427 if ( rSubState.eRowForce != SUBTOTAL_FUNC_NONE ) eFunc = rSubState.eRowForce; in Update()
429 if ( eFunc == SUBTOTAL_FUNC_NONE ) in Update()
445 switch (eFunc) in Update()
498 if ( rSubState.eColForce != SUBTOTAL_FUNC_NONE ) eFunc = rSubState.eColForce; in Calculate()
499 if ( rSubState.eRowForce != SUBTOTAL_FUNC_NONE ) eFunc = rSubState.eRowForce; in Calculate()
510 switch (eFunc) in Calculate()
541 switch (eFunc) in Calculate()
893 ScSubTotalFunc eFunc = ( eForceFunc == SUBTOTAL_FUNC_NONE ) ? in GetMeasureString() local
895 sal_uInt16 nId = nFuncStrIds[eFunc]; in GetMeasureString()
[all …]
H A Ddpobject.cxx1144 sheet::GeneralFunction eFunc; member
1198 rFunc = aFunctions[nFunc].eFunc; in lcl_ParseFunction()
1474 sheet::GeneralFunction eFunc = sheet::GeneralFunction_NONE; in ParseFilters() local
1488 if ( lcl_IsAtStart( aRemaining, pItemArr[nItem], nMatched, false, &eFunc ) ) in ParseFilters()
1496 eFoundFunc = eFunc; in ParseFilters()
1748 sheet::GeneralFunction eFunc = (sheet::GeneralFunction)ScUnoHelpFunctions::GetEnumProperty( in lcl_FillOldFields() local
1751 if ( eFunc == sheet::GeneralFunction_AUTO ) in lcl_FillOldFields()
1754 eFunc = sheet::GeneralFunction_SUM; in lcl_FillOldFields()
1756 nMask = ScDataPilotConversion::FunctionBit(eFunc); in lcl_FillOldFields()
2193 sheet::GeneralFunction eFunc = ScDataPilotConversion::FirstFunc( nMask ); in ConvertOrientation() local
[all …]
H A Ddocumen4.cxx448 sal_Bool ScDocument::GetSelectionFunction( ScSubTotalFunc eFunc, in GetSelectionFunction() argument
452 ScFunctionData aData(eFunc); in GetSelectionFunction()
471 switch (eFunc) in GetSelectionFunction()
/trunk/main/sc/inc/
H A Dsubtotal.hxx41 ScSubTotalFunc eFunc; member
47 eFunc(eFn), nVal(0.0), nCount(0), bError(sal_False) {} in ScFunctionData()
H A Ddptabres.hxx181 …void Update( const ScDPValueData& rNext, ScSubTotalFunc eFunc, const ScDPSubTotalState& rSubState …
182 void Calculate( ScSubTotalFunc eFunc, const ScDPSubTotalState& rSubState );
H A Dconsoli.hxx108 void SetFlags( ScSubTotalFunc eFunc, sal_Bool bColName, sal_Bool bRowName, sal_Bool bRef );
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx850 KeyFuncType eFunc = rKeyEvent.GetKeyCode().GetFunction(); in PostKeyEvent() local
851 if ( eFunc != KEYFUNC_DONTKNOW ) in PostKeyEvent()
853 switch ( eFunc ) in PostKeyEvent()
871 eFunc = KEYFUNC_DONTKNOW; in PostKeyEvent()
884 if ( eFunc == KEYFUNC_DONTKNOW ) in PostKeyEvent()
2732 KeyFuncType eFunc = rKeyEvent.GetKeyCode().GetFunction(); in DoesKeyChangeText() local
2733 if ( eFunc != KEYFUNC_DONTKNOW ) in DoesKeyChangeText()
2735 switch ( eFunc ) in DoesKeyChangeText()
2743 eFunc = KEYFUNC_DONTKNOW; in DoesKeyChangeText()
2746 if ( eFunc == KEYFUNC_DONTKNOW ) in DoesKeyChangeText()
/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx380 KeyFuncType eFunc = rKEvt.GetKeyCode().GetFunction(); in KeyInput() local
384 if(eFunc != KEYFUNC_DONTKNOW) in KeyInput()
386 switch(eFunc) in KeyInput()
/trunk/main/sc/source/filter/excel/
H A Dxepivot.cxx917 String lclGetDataFieldCaption( const String& rFieldName, GeneralFunction eFunc ) in lclGetDataFieldCaption() argument
923 switch( eFunc ) in lclGetDataFieldCaption()
1149 GeneralFunction eFunc = static_cast< GeneralFunction >( rSaveDim.GetFunction() ); in SetDataPropertiesFromDim() local
1150 rDataInfo.SetApiAggFunc( eFunc ); in SetDataPropertiesFromDim()
1157 rDataInfo.SetVisName( lclGetDataFieldCaption( GetFieldName(), eFunc ) ); in SetDataPropertiesFromDim()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx117 KeyFuncType eFunc = aKeyCode.GetFunction(); in PostKeyEvent() local
127 if ( eFunc != KEYFUNC_DONTKNOW ) in PostKeyEvent()
129 switch ( eFunc ) in PostKeyEvent()
172 eFunc = KEYFUNC_DONTKNOW; in PostKeyEvent()
175 if ( eFunc == KEYFUNC_DONTKNOW ) in PostKeyEvent()
/trunk/main/svx/inc/svx/
H A Dsvdedtv.hxx209 …nt, const String& rObjDescr, SdrRepeatFunc eFunc=SDRREPFUNC_OBJ_NONE) { pMod->BegUndo(rComment,rOb… in BegUndo() argument
H A Dsvdundo.hxx128 void SetRepeatFunction(SdrRepeatFunc eFunc) { eFunction=eFunc; } in SetRepeatFunction() argument
/trunk/main/sc/source/ui/dbgui/
H A Dconsdlg.cxx631 sal_uInt16 ScConsolidateDlg::FuncToLbPos( ScSubTotalFunc eFunc ) in FuncToLbPos() argument
633 switch ( eFunc ) in FuncToLbPos()
H A Dtpsubt.cxx363 sal_uInt16 ScTpSubTotalGroup::FuncToLbPos( ScSubTotalFunc eFunc ) in FuncToLbPos() argument
365 switch ( eFunc ) in FuncToLbPos()
/trunk/main/vcl/inc/
H A Daccel.h53 void ImplGetKeyCode( KeyFuncType eFunc, sal_uInt16& rCode1, sal_uInt16& rCode2, sal_uInt16& rCode3,…
/trunk/main/vcl/source/control/
H A Dedit.cxx1529 KeyFuncType eFunc = rKEvt.GetKeyCode().GetFunction(); in ImplHandleKeyEvent() local
1533 if ( eFunc != KEYFUNC_DONTKNOW ) in ImplHandleKeyEvent()
1535 switch ( eFunc ) in ImplHandleKeyEvent()
1579 eFunc = KEYFUNC_DONTKNOW; in ImplHandleKeyEvent()
1607 if ( eFunc == KEYFUNC_DONTKNOW && ! bDone ) in ImplHandleKeyEvent()
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx219 sal_uInt16 ScDataPilotConversion::FunctionBit( GeneralFunction eFunc ) in FunctionBit() argument
222 switch (eFunc) in FunctionBit()
2228 GeneralFunction eFunc = rSubtotals[ nIdx ]; in setSubtotals() local
2229 if( (eFunc != GeneralFunction_NONE) && (eFunc != GeneralFunction_AUTO) ) in setSubtotals()
2232 sal_uInt16 nFunc = static_cast< sal_uInt16 >( eFunc ); in setSubtotals()
/trunk/main/sc/source/ui/inc/
H A Dconsdlg.hxx125 sal_uInt16 FuncToLbPos( ScSubTotalFunc eFunc );

Completed in 237 milliseconds

12