Searched refs:nMyType (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/vcl/source/window/ |
| H A D | dlgctrl.cxx | 1069 static Window* ImplGetLabelFor( Window* pFrameWindow, WindowType nMyType, Window* pLabel, sal_Unico… in ImplGetLabelFor() argument 1073 if( nMyType == WINDOW_FIXEDTEXT || in ImplGetLabelFor() 1074 nMyType == WINDOW_FIXEDLINE || in ImplGetLabelFor() 1075 nMyType == WINDOW_GROUPBOX ) in ImplGetLabelFor() 1079 … sal_Bool bThisIsAGroupControl = (nMyType == WINDOW_GROUPBOX) || (nMyType == WINDOW_FIXEDLINE); in ImplGetLabelFor() 1165 static Window* ImplGetLabeledBy( Window* pFrameWindow, WindowType nMyType, Window* pLabeled ) in ImplGetLabeledBy() argument 1168 if ( (nMyType != WINDOW_GROUPBOX) && (nMyType != WINDOW_FIXEDLINE) ) in ImplGetLabeledBy() 1185 if( nMyType == WINDOW_PUSHBUTTON || in ImplGetLabeledBy() 1186 nMyType == WINDOW_HELPBUTTON || in ImplGetLabeledBy() 1187 nMyType == WINDOW_OKBUTTON || in ImplGetLabeledBy() [all …]
|
| /AOO42X/main/svx/source/items/ |
| H A D | numfmtsh.cxx | 682 sal_uInt16 nMyType; in FillEListWithFormats_Impl() local 709 CategoryToPos_Impl(nMyCat,nMyType); in FillEListWithFormats_Impl() 728 sal_uInt16 nMyType; in FillEListWithDateTime_Impl() local 754 CategoryToPos_Impl(nMyCat,nMyType); in FillEListWithDateTime_Impl() 812 sal_uInt16 nMyType; in FillEListWithSysCurrencys() local 843 CategoryToPos_Impl(nMyCat,nMyType); in FillEListWithSysCurrencys() 886 CategoryToPos_Impl(nMyCat,nMyType); in FillEListWithSysCurrencys() 909 sal_uInt16 nMyType; in FillEListWithUserCurrencys() local 979 CategoryToPos_Impl(nMyCat,nMyType); in FillEListWithUserCurrencys() 1108 sal_uInt16 nMyType; in FillEListWithUsD_Impl() local [all …]
|
| /AOO42X/main/sw/source/core/layout/ |
| H A D | calcmove.cxx | 553 sal_uInt16 nMyType = GetType(); in MakePos() local 558 if( FRM_NEIGHBOUR & nMyType ) in MakePos() 569 if( bVert && FRM_CELL & nMyType && !bReverse ) in MakePos() 572 else if( bVert && FRM_NOTE_VERT & nMyType ) in MakePos() 614 if( FRM_NEIGHBOUR & nMyType ) in MakePos() 625 if( bVert && FRM_CELL & nMyType && !bReverse ) in MakePos() 628 else if( bVert && FRM_NOTE_VERT & nMyType ) in MakePos() 642 if( FRM_NEIGHBOUR & nMyType && IsRightToLeft() ) in MakePos() 652 else if( bVert && !bVertL2R && FRM_NOTE_VERT & nMyType && !bReverse ) in MakePos()
|
| /AOO42X/main/sw/source/ui/app/ |
| H A D | docsh.cxx | 668 sal_uInt8 nMyType = 0; in ConvertTo() local 670 nMyType = 1; in ConvertTo() 672 nMyType = 2; in ConvertTo() 692 if( nMyType != nSaveType ) in ConvertTo() 720 if( nMyType != nSaveType ) in ConvertTo()
|