Home
last modified time | relevance | path

Searched refs:nMyType (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dlegacyaccessibility.cxx32 if( nMyType == WindowType::FIXEDTEXT || in ImplGetLabelFor()
33 nMyType == WindowType::FIXEDLINE || in ImplGetLabelFor()
34 nMyType == WindowType::GROUPBOX ) in ImplGetLabelFor()
38 …bool bThisIsAGroupControl = (nMyType == WindowType::GROUPBOX) || (nMyType == WindowType::FIXEDLINE… in ImplGetLabelFor()
109 static Window* ImplGetLabeledBy( Window* pFrameWindow, WindowType nMyType, Window* pLabeled ) in ImplGetLabeledBy() argument
112 if ( (nMyType != WindowType::GROUPBOX) && (nMyType != WindowType::FIXEDLINE) ) in ImplGetLabeledBy()
129 if( nMyType == WindowType::PUSHBUTTON || in ImplGetLabeledBy()
130 nMyType == WindowType::HELPBUTTON || in ImplGetLabeledBy()
131 nMyType == WindowType::OKBUTTON || in ImplGetLabeledBy()
132 nMyType == WindowType::CANCELBUTTON ) in ImplGetLabeledBy()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dlegacyaccessibility.cxx32 if( nMyType == WindowType::FIXEDTEXT || in ImplGetLabelFor()
33 nMyType == WindowType::FIXEDLINE || in ImplGetLabelFor()
34 nMyType == WindowType::GROUPBOX ) in ImplGetLabelFor()
38 …bool bThisIsAGroupControl = (nMyType == WindowType::GROUPBOX) || (nMyType == WindowType::FIXEDLINE… in ImplGetLabelFor()
109 static Window* ImplGetLabeledBy( Window* pFrameWindow, WindowType nMyType, Window* pLabeled ) in ImplGetLabeledBy() argument
112 if ( (nMyType != WindowType::GROUPBOX) && (nMyType != WindowType::FIXEDLINE) ) in ImplGetLabeledBy()
129 if( nMyType == WindowType::PUSHBUTTON || in ImplGetLabeledBy()
130 nMyType == WindowType::HELPBUTTON || in ImplGetLabeledBy()
131 nMyType == WindowType::OKBUTTON || in ImplGetLabeledBy()
132 nMyType == WindowType::CANCELBUTTON ) in ImplGetLabeledBy()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/items/
H A Dnumfmtsh.cxx625 sal_uInt16 nMyType; in FillEListWithFormats_Impl() local
642 CategoryToPos_Impl(nMyCat, nMyType); in FillEListWithFormats_Impl()
664 sal_uInt16 nMyType; in FillEListWithDateTime_Impl() local
677 CategoryToPos_Impl(nMyCat, nMyType); in FillEListWithDateTime_Impl()
769 sal_uInt16 nMyType; in FillEListWithSysCurrencys() local
793 CategoryToPos_Impl(nMyCat, nMyType); in FillEListWithSysCurrencys()
849 sal_uInt16 nMyType; in FillEListWithUserCurrencys() local
907 CategoryToPos_Impl(nMyCat, nMyType); in FillEListWithUserCurrencys()
1258 sal_uInt16 nMyType; in GetCategory4Entry() local
1262 CategoryToPos_Impl(nMyCat, nMyType); in GetCategory4Entry()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/items/
H A Dnumfmtsh.cxx679 sal_uInt16 nMyType; in FillEListWithOneFormat_Impl() local
680 CategoryToPos_Impl(nMyCat, nMyType); in FillEListWithOneFormat_Impl()
767 sal_uInt16 nMyType; in FillEListWithSysCurrencys() local
792 CategoryToPos_Impl(nMyCat, nMyType); in FillEListWithSysCurrencys()
829 CategoryToPos_Impl(nMyCat, nMyType); in FillEListWithSysCurrencys()
849 sal_uInt16 nMyType; in FillEListWithUserCurrencys() local
908 CategoryToPos_Impl(nMyCat, nMyType); in FillEListWithUserCurrencys()
1265 sal_uInt16 nMyType; in GetCategory4Entry() local
1266 CategoryToPos_Impl(nMyCat, nMyType); in GetCategory4Entry()
1268 return static_cast<short>(nMyType); in GetCategory4Entry()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dcalcmove.cxx567 const SwFrameType nMyType = GetType(); in MakePos() local
574 if( FRM_NEIGHBOUR & nMyType ) in MakePos()
588 if( aRectFnSet.IsVert() && SwFrameType::Cell & nMyType ) in MakePos()
593 else if( aRectFnSet.IsVert() && FRM_NOTE_VERT & nMyType ) in MakePos()
635 if( FRM_NEIGHBOUR & nMyType ) in MakePos()
649 if( aRectFnSet.IsVert() && SwFrameType::Cell & nMyType ) in MakePos()
654 else if( aRectFnSet.IsVert() && FRM_NOTE_VERT & nMyType ) in MakePos()
677 if( FRM_NEIGHBOUR & nMyType && IsRightToLeft() ) in MakePos()
688 else if( aRectFnSet.IsVert() && !aRectFnSet.IsVertL2R() && FRM_NOTE_VERT & nMyType ) in MakePos()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dcalcmove.cxx565 const SwFrameType nMyType = GetType(); in MakePos() local
572 if( FRM_NEIGHBOUR & nMyType ) in MakePos()
586 if( aRectFnSet.IsVert() && SwFrameType::Cell & nMyType ) in MakePos()
591 else if( aRectFnSet.IsVert() && FRM_NOTE_VERT & nMyType ) in MakePos()
633 if( FRM_NEIGHBOUR & nMyType ) in MakePos()
647 if( aRectFnSet.IsVert() && SwFrameType::Cell & nMyType ) in MakePos()
652 else if( aRectFnSet.IsVert() && FRM_NOTE_VERT & nMyType ) in MakePos()
675 if( FRM_NEIGHBOUR & nMyType && IsRightToLeft() ) in MakePos()
686 else if( aRectFnSet.IsVert() && !aRectFnSet.IsVertL2R() && FRM_NOTE_VERT & nMyType ) in MakePos()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/app/
H A Ddocsh.cxx680 sal_uInt8 nMyType = 0; in ConvertTo() local
682 nMyType = 1; in ConvertTo()
684 nMyType = 2; in ConvertTo()
705 if( nMyType != nSaveType ) in ConvertTo()
733 if( nMyType != nSaveType ) in ConvertTo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/app/
H A Ddocsh.cxx701 sal_uInt8 nMyType = 0; in ConvertTo() local
703 nMyType = 1; in ConvertTo()
705 nMyType = 2; in ConvertTo()
726 if( nMyType != nSaveType ) in ConvertTo()
754 if( nMyType != nSaveType ) in ConvertTo()