/aoo41x/main/vcl/inc/vcl/ |
H A D | keycod.hxx | 62 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 =()
|
/aoo41x/main/vcl/source/window/ |
H A D | keycod.cxx | 63 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()
|
/aoo41x/main/sw/source/filter/xml/ |
H A D | xmltexte.cxx | 128 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 …]
|
/aoo41x/main/sc/source/core/tool/ |
H A D | consoli.cxx | 271 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 D | interpr1.cxx | 3256 if ( nGlobalError && ( eFunc == ifCOUNT2 || eFunc == ifCOUNT ) ) in IterateParameters() 3306 switch( eFunc ) in IterateParameters() 3327 if ( nGlobalError && ( eFunc == ifCOUNT2 || eFunc == ifCOUNT ) ) in IterateParameters() 3388 if ( nGlobalError && ( eFunc == ifCOUNT2 || eFunc == ifCOUNT ) ) in IterateParameters() 3539 switch( eFunc ) in IterateParameters() 4881 switch( eFunc ) in IterateParametersIf() 5099 if ( eFunc == ifCOUNTIFS ) in IterateParametersIfs() 5463 switch( eFunc ) in IterateParametersIfs() 6528 switch( eFunc ) in DBIterator() 6538 switch( eFunc ) in DBIterator() [all …]
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabvwsha.cxx | 71 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 D | tabvwsh4.cxx | 1365 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()
|
/aoo41x/main/sc/source/core/data/ |
H A D | dptabres.cxx | 426 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 D | dpobject.cxx | 1144 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 D | documen4.cxx | 448 sal_Bool ScDocument::GetSelectionFunction( ScSubTotalFunc eFunc, in GetSelectionFunction() argument 452 ScFunctionData aData(eFunc); in GetSelectionFunction() 471 switch (eFunc) in GetSelectionFunction()
|
/aoo41x/main/sc/inc/ |
H A D | subtotal.hxx | 41 ScSubTotalFunc eFunc; member 47 eFunc(eFn), nVal(0.0), nCount(0), bError(sal_False) {} in ScFunctionData()
|
H A D | dptabres.hxx | 181 …void Update( const ScDPValueData& rNext, ScSubTotalFunc eFunc, const ScDPSubTotalState& rSubState … 182 void Calculate( ScSubTotalFunc eFunc, const ScDPSubTotalState& rSubState );
|
H A D | consoli.hxx | 108 void SetFlags( ScSubTotalFunc eFunc, sal_Bool bColName, sal_Bool bRowName, sal_Bool bRef );
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editeng.cxx | 850 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()
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | dbtreelistbox.cxx | 380 KeyFuncType eFunc = rKEvt.GetKeyCode().GetFunction(); in KeyInput() local 384 if(eFunc != KEYFUNC_DONTKNOW) in KeyInput() 386 switch(eFunc) in KeyInput()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xepivot.cxx | 917 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()
|
/aoo41x/main/editeng/source/outliner/ |
H A D | outlvw.cxx | 117 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()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdedtv.hxx | 209 …nt, const String& rObjDescr, SdrRepeatFunc eFunc=SDRREPFUNC_OBJ_NONE) { pMod->BegUndo(rComment,rOb… in BegUndo() argument
|
H A D | svdundo.hxx | 128 void SetRepeatFunction(SdrRepeatFunc eFunc) { eFunction=eFunc; } in SetRepeatFunction() argument
|
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | consdlg.cxx | 631 sal_uInt16 ScConsolidateDlg::FuncToLbPos( ScSubTotalFunc eFunc ) in FuncToLbPos() argument 633 switch ( eFunc ) in FuncToLbPos()
|
H A D | tpsubt.cxx | 364 sal_uInt16 ScTpSubTotalGroup::FuncToLbPos( ScSubTotalFunc eFunc ) in FuncToLbPos() argument 366 switch ( eFunc ) in FuncToLbPos()
|
/aoo41x/main/vcl/inc/ |
H A D | accel.h | 53 void ImplGetKeyCode( KeyFuncType eFunc, sal_uInt16& rCode1, sal_uInt16& rCode2, sal_uInt16& rCode3,…
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | consdlg.hxx | 125 sal_uInt16 FuncToLbPos( ScSubTotalFunc eFunc );
|
H A D | tpsubt.hxx | 79 sal_uInt16 FuncToLbPos ( ScSubTotalFunc eFunc );
|
/aoo41x/main/vcl/source/control/ |
H A D | edit.cxx | 1529 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()
|