/aoo41x/main/vcl/inc/vcl/ |
H A D | event.hxx | 126 sal_uInt16 mnMode; member in MouseEvent 137 sal_uInt16 GetMode() const { return mnMode; } in GetMode() 147 { return ((mnMode & MOUSE_ENTERWINDOW) != 0); } in IsEnterWindow() 151 { return ((mnMode & MOUSE_SYNTHETIC) != 0); } in IsSynthetic() 178 mnMode = 0; in MouseEvent() 189 mnMode = nMode; in MouseEvent() 206 sal_uInt16 mnMode; member in HelpEvent 215 sal_uInt16 GetMode() const { return mnMode; } in GetMode() 222 mnMode = HELPMODE_CONTEXT; in HelpEvent() 229 mnMode = nHelpMode; in HelpEvent() [all …]
|
H A D | cmdevt.hxx | 134 sal_uInt16 mnMode; member in CommandWheelData 152 sal_uInt16 GetMode() const { return mnMode; } in GetMode() 171 mnMode = 0; in CommandWheelData() 185 mnMode = nWheelMode; in CommandWheelData()
|
/aoo41x/main/filter/source/graphicfilter/ipbm/ |
H A D | ipbm.cxx | 42 sal_uLong mnMode; // 0->PBM, 1->PGM, 2->PPM member in PBMReader 106 switch ( mnMode ) in ReadPBM() 177 mnMode = 0; in ImplReadHeader() 184 mnMode = 1; in ImplReadHeader() 190 mnMode = 2; in ImplReadHeader() 267 switch ( mnMode ) in ImplReadBody() 336 else switch ( mnMode ) in ImplReadBody()
|
/aoo41x/main/filter/source/graphicfilter/epbm/ |
H A D | epbm.cxx | 45 sal_Int32 mnMode; // 0 -> raw, 1-> ascii member in PBMWriter 85 mnMode = pFilterConfigItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "FileFormat" ) ), 0 ); in WritePBM() 129 if ( mnMode == 0 ) in ImplWriteHeader() 147 if ( mnMode == 0 ) in ImplWriteBody()
|
/aoo41x/main/filter/source/graphicfilter/epgm/ |
H A D | epgm.cxx | 45 sal_uInt32 mnMode; member in PGMWriter 85 mnMode = pFilterConfigItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "FileFormat" ) ), 0 ); in WritePGM() 130 if ( mnMode == 0 ) in ImplWriteHeader() 152 if ( mnMode == 0 ) in ImplWriteBody()
|
/aoo41x/main/filter/source/graphicfilter/eppm/ |
H A D | eppm.cxx | 45 sal_Int32 mnMode; member in PPMWriter 85 mnMode = pFilterConfigItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "FileFormat" ) ), 0 ); in WritePPM() 130 if ( mnMode == 0 ) in ImplWriteHeader() 152 if ( mnMode == 0 ) in ImplWriteBody()
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterClock.cxx | 285 mnMode(1), in PresenterClock() 291 SetMode(mnMode); in PresenterClock() 471 SetMode(mnMode+1); in mousePressed() 623 mnMode = nMode % 3; in SetMode() 625 switch (mnMode) in SetMode()
|
H A D | PresenterClock.hxx | 161 int mnMode; member in sdext::presenter::PresenterClock
|
/aoo41x/main/cui/source/dialogs/ |
H A D | colorpicker.cxx | 1579 sal_Int16 mnMode; member in cui::ColorPicker 1614 , mnMode( 0 ) in ColorPicker() 1674 aProps[n].Value >>= mnMode; in setPropertyValues() 1691 ColorPickerDialog aDlg( VCLUnoHelper::GetWindow( mxParent ), mnColor, mnMode ); in execute()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | app.cxx | 240 … if ( pDispatcher->ExecuteFunction( pTTProperties->mnSID, aSet, pTTProperties->mnMode ) in Property() 249 … pTTProperties->mnSID, pTTProperties->mppArgs, pTTProperties->mnMode ) in Property()
|
/aoo41x/main/filter/source/graphicfilter/icgm/ |
H A D | cgm.cxx | 68 mnMode ( nMode ) in CGM() 70 mnMode |= CGM_EXPORT_IMPRESS; in CGM()
|
H A D | cgm.hxx | 108 sal_uInt32 mnMode; // source description member in CGM
|
H A D | class7.cxx | 86 if ( mnMode & CGM_EXPORT_IMPRESS ) in ImplDoClass7()
|
/aoo41x/main/svtools/source/plugapp/ |
H A D | ttprops.cxx | 56 mnMode = nMode; in ExecuteFunction()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | ttprops.hxx | 79 sal_uInt16 mnMode; member in TTProperties
|
/aoo41x/main/vcl/source/window/ |
H A D | mouseevent.cxx | 36 , mnMode( 0 ) in MouseEvent()
|