Home
last modified time | relevance | path

Searched refs:eFunc (Results 1 – 25 of 42) sorted by last modified time

12

/trunk/main/svtools/source/edit/
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()
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()
/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/source/core/data/
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()
/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/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()
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/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/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/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/inc/
H A Daccel.h53 void ImplGetKeyCode( KeyFuncType eFunc, sal_uInt16& rCode1, sal_uInt16& rCode2, sal_uInt16& rCode3,…
/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/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/source/customshapes/
H A DEnhancedCustomShape2d.cxx840 double EnhancedCustomShape2d::GetEnumFunc( const EnumFunc eFunc ) const in GetEnumFunc()
843 switch( eFunc ) in GetEnumFunc()
H A DEnhancedCustomShapeFunctionParser.cxx225 static double getValue( const EnhancedCustomShape2d& rCustoShape, const ExpressionFunct eFunc ) in getValue() argument
228 switch( eFunc ) in getValue()
/trunk/main/svx/inc/svx/
H A Dsvdundo.hxx128 void SetRepeatFunction(SdrRepeatFunc eFunc) { eFunction=eFunc; } in SetRepeatFunction() argument
H A Dsvdmodel.hxx583 …void BegUndo(const String& rComment, const String& rObjDescr, SdrRepeatFunc eFunc=SDRREPFUNC_OBJ_N…
H A Dsvdedtv.hxx209 …nt, const String& rObjDescr, SdrRepeatFunc eFunc=SDRREPFUNC_OBJ_NONE) { pMod->BegUndo(rComment,rOb… in BegUndo() argument
/trunk/main/sc/source/ui/view/
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()
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()
/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()
H A Dcellsuno.cxx1794 ScSubTotalFunc eFunc = lcl_SummaryToSubTotal( nFunction ); in computeFunction() local
1796 if ( !pDoc->GetSelectionFunction( eFunc, aDummy, aMark, fVal ) ) in computeFunction()
/trunk/main/sc/source/ui/inc/
H A Dtpsubt.hxx79 sal_uInt16 FuncToLbPos ( ScSubTotalFunc eFunc );
H A Dconsdlg.hxx125 sal_uInt16 FuncToLbPos( ScSubTotalFunc eFunc );

Completed in 258 milliseconds

12