Home
last modified time | relevance | path

Searched refs:nMode (Results 226 – 250 of 345) sorted by relevance

12345678910>>...14

/aoo42x/main/filter/source/graphicfilter/idxf/
H A Ddxftblrd.hxx134 long nMode; // 71 member in DXFVPort
/aoo42x/main/ucb/source/ucp/ftp/
H A Dftpurl.hxx125 std::vector<FTPDirentry> list(sal_Int16 nMode) const
/aoo42x/main/sc/source/ui/undo/
H A Dundotab.cxx1104 sal_uInt8 nMode = pDoc->GetLinkMode(i); in ScUndoRemoveLink() local
1105 if (nMode) in ScUndoRemoveLink()
1121 pModes[nCount] = nMode; in ScUndoRemoveLink()
/aoo42x/main/cui/source/dialogs/
H A Dcolorpicker.cxx1067 ColorPickerDialog( Window* pParent, sal_Int32 nColor, sal_Int16 nMode );
1145 ColorPickerDialog::ColorPickerDialog( Window* pParent, sal_Int32 nColor, sal_Int16 nMode ) in ColorPickerDialog() argument
1148 , mnDialogMode( nMode ) in ColorPickerDialog()
/aoo42x/main/automation/source/server/
H A Dprofiler.hxx128 …void GetSysdepProfileSnapshot( SysdepProfileSnapshot *pSysdepProfileSnapshot, sal_uInt16 nMode = P…
/aoo42x/main/vcl/inc/
H A Dprinterjob.hxx125 int nMode,
/aoo42x/main/rdbmaker/inc/codemaker/
H A Dglobal.hxx95 void open(const ::rtl::OString& name, FileAccessMode nMode = FAM_READWRITE);
/aoo42x/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx1815 sal_Int16 AnimationImporter::implGetColorSpace( sal_Int32 nMode, sal_Int32 /*nA*/, sal_Int32 /*nB*/… in implGetColorSpace() argument
1817 switch( nMode ) in implGetColorSpace()
1833 Any AnimationImporter::implGetColorAny( sal_Int32 nMode, sal_Int32 nA, sal_Int32 nB, sal_Int32 nC ) in implGetColorAny() argument
1835 switch( nMode ) in implGetColorAny()
1870 dump( "unknown_%ld(", nMode ); in implGetColorAny()
/aoo42x/main/sw/source/core/txtnode/
H A Dfntcap.cxx348 const sal_uLong nMode = rInf.GetpOut()->GetLayoutMode(); in DrawSpace() local
350 ( 0 != ( TEXT_LAYOUT_BIDI_RTL & nMode ) ) ); in DrawSpace()
/aoo42x/main/sc/source/ui/inc/
H A Dundoblk.hxx535 sal_uInt8 nMode );
552 sal_uInt8 nMode; member in ScUndoTabOp
H A Dprevwsh.hxx65 void DoScroll( sal_uInt16 nMode );
/aoo42x/main/svtools/source/filter/
H A Dfilter2.cxx1007 sal_uInt16 nMode; in ImpDetectPSD() local
1009 rStm >> nChannels >> nRows >> nColumns >> nDepth >> nMode; in ImpDetectPSD()
/aoo42x/main/sw/source/filter/ww8/
H A Ddocxexport.hxx111 const String& rFldCmd, sal_uInt8 nMode = nsFieldFlags::WRITEFIELD_ALL );
H A Drtfexport.hxx108 const String& rFldCmd, sal_uInt8 nMode = nsFieldFlags::WRITEFIELD_ALL );
/aoo42x/main/vcl/source/window/
H A Dwindow.cxx3845 sal_uInt16 nMode = mpWindowImpl->mpFrameData->mnMouseMode; in ImplCallMouseMove() local
3855 nMode |= MOUSE_SYNTHETIC; in ImplCallMouseMove()
3857 nMode |= MOUSE_MODIFIERCHANGED; in ImplCallMouseMove()
6034 void Window::SetParentClipMode( sal_uInt16 nMode ) in SetParentClipMode() argument
6039 mpWindowImpl->mpBorderWindow->SetParentClipMode( nMode ); in SetParentClipMode()
6044 mpWindowImpl->mnParentClipMode = nMode; in SetParentClipMode()
6045 if ( nMode & PARENTCLIPMODE_CLIP ) in SetParentClipMode()
7040 void Window::SetActivateMode( sal_uInt16 nMode ) in SetActivateMode() argument
7045 mpWindowImpl->mpBorderWindow->SetActivateMode( nMode ); in SetActivateMode()
7047 if ( mpWindowImpl->mnActivateMode != nMode ) in SetActivateMode()
[all …]
/aoo42x/main/sd/inc/
H A DOutliner.hxx122 Outliner( SdDrawDocument* pDoc, sal_uInt16 nMode );
/aoo42x/main/sot/source/sdstor/
H A Dstgdir.hxx64 StreamMode nMode; // open mode member in StgDirEntry
/aoo42x/main/filter/source/graphicfilter/icgm/
H A Dcgm.hxx159 …CGM( sal_uInt32 nMode, ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > & rMode…
/aoo42x/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx391 BrowserMode nMode(BROWSER_COLUMNSELECTION | BROWSER_MULTISELECTION | BROWSER_KEEPSELECTION | in lateInit() local
394 nMode |= BROWSER_HIDECURSOR; in lateInit()
395 SetMode(nMode); in lateInit()
/aoo42x/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx299 BrowserMode nMode(BROWSER_COLUMNSELECTION | BROWSER_MULTISELECTION | BROWSER_KEEPSELECTION | in SetReadOnly() local
302 nMode |= BROWSER_HIDECURSOR; in SetReadOnly()
303 SetMode(nMode); in SetReadOnly()
/aoo42x/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx375 int nMode, in StartJob() argument
391 mnFileMode = nMode; in StartJob()
/aoo42x/main/slideshow/source/inc/
H A Dshapeattributelayer.hxx119 void setAdditiveMode( sal_Int16 nMode );
/aoo42x/main/sdext/source/presenter/
H A DPresenterClock.hxx184 void SetMode (sal_Int32 nMode);
/aoo42x/main/sw/source/core/unocore/
H A Dunoframe.cxx586 sal_Int32 nMode = 0; in FillBaseProperties() local
588 if(!(*pOwnAttrFillBmpItem >>= nMode)) in FillBaseProperties()
593 eMode = (drawing::BitmapMode)nMode; in FillBaseProperties()
1766 sal_Int32 nMode = 0; in setPropertyValue() local
1768 if(!(aValue >>= nMode)) in setPropertyValue()
1773 eMode = (drawing::BitmapMode)nMode; in setPropertyValue()
/aoo42x/main/sw/source/core/edit/
H A Deditsh.cxx1072 void SwEditShell::SetLinkUpdMode( sal_uInt16 nMode ) in SetLinkUpdMode() argument
1074 getIDocumentSettingAccess()->setLinkUpdateMode( nMode ); in SetLinkUpdMode()

Completed in 369 milliseconds

12345678910>>...14