Home
last modified time | relevance | path

Searched refs:mnMode (Results 1 – 16 of 16) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Devent.hxx126 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 Dcmdevt.hxx134 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()
/trunk/main/filter/source/graphicfilter/ipbm/
H A Dipbm.cxx42 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()
/trunk/main/filter/source/graphicfilter/epbm/
H A Depbm.cxx45 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()
/trunk/main/filter/source/graphicfilter/epgm/
H A Depgm.cxx45 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()
/trunk/main/filter/source/graphicfilter/eppm/
H A Deppm.cxx45 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()
/trunk/main/sdext/source/presenter/
H A DPresenterClock.cxx285 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 DPresenterClock.hxx161 int mnMode; member in sdext::presenter::PresenterClock
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx1579 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()
/trunk/main/sfx2/source/appl/
H A Dapp.cxx240 … if ( pDispatcher->ExecuteFunction( pTTProperties->mnSID, aSet, pTTProperties->mnMode ) in Property()
249 … pTTProperties->mnSID, pTTProperties->mppArgs, pTTProperties->mnMode ) in Property()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dcgm.cxx68 mnMode ( nMode ) in CGM()
70 mnMode |= CGM_EXPORT_IMPRESS; in CGM()
H A Dcgm.hxx108 sal_uInt32 mnMode; // source description member in CGM
H A Dclass7.cxx86 if ( mnMode & CGM_EXPORT_IMPRESS ) in ImplDoClass7()
/trunk/main/svtools/source/plugapp/
H A Dttprops.cxx56 mnMode = nMode; in ExecuteFunction()
/trunk/main/svtools/inc/svtools/
H A Dttprops.hxx79 sal_uInt16 mnMode; member in TTProperties
/trunk/main/vcl/source/window/
H A Dmouseevent.cxx36 , mnMode( 0 ) in MouseEvent()

Completed in 63 milliseconds