Home
last modified time | relevance | path

Searched defs:nMode (Results 1 – 25 of 225) sorted by relevance

123456789

/trunk/main/extensions/source/activex/main/
H A Dso_activex.cpp211 STDAPI DllRegisterServerNative_Impl( int nMode, BOOL bForAllUsers, REGSAM nKeyAccess, const char* p… in DllRegisterServerNative_Impl()
357 STDAPI DllRegisterServerNative( int nMode, BOOL bForAllUsers, BOOL bFor64Bit, const char* pProgramP… in DllRegisterServerNative()
392 STDAPI DllUnregisterServerNative_Impl( int nMode, BOOL bForAllUsers, REGSAM nKeyAccess ) in DllUnregisterServerNative_Impl()
480 STDAPI DllUnregisterServerNative( int nMode, BOOL bForAllUsers, BOOL bFor64Bit ) in DllUnregisterServerNative()
505 STDAPI DllRegisterServerDoc_Impl( int nMode, BOOL bForAllUsers, REGSAM nKeyAccess ) in DllRegisterServerDoc_Impl()
573 STDAPI DllRegisterServerDoc( int nMode, BOOL bForAllUsers, BOOL bFor64Bit ) in DllRegisterServerDoc()
589 STDAPI DllUnregisterServerDoc_Impl( int nMode, BOOL bForAllUsers, REGSAM nKeyAccess ) in DllUnregisterServerDoc_Impl()
656 STDAPI DllUnregisterServerDoc( int nMode, BOOL bForAllUsers, BOOL bFor64Bit ) in DllUnregisterServerDoc()
/trunk/main/sw/source/ui/utlui/
H A Dshdwcrsr.cxx43 void SwShadowCursor::SetPos( const Point& rPt, long nHeight, sal_uInt16 nMode ) in SetPos()
78 void SwShadowCursor::DrawCrsr( const Point& rPt, long nHeight, sal_uInt16 nMode ) in DrawCrsr()
/trunk/main/sot/source/sdstor/
H A Dstorage.cxx89 SvLockBytesRef MakeLockBytes_Impl( const String & rName, StreamMode nMode ) in MakeLockBytes_Impl()
105 SotStorageStream::SotStorageStream( const String & rName, StreamMode nMode, in SotStorageStream()
519 SotStorage::SotStorage( const String & rName, StreamMode nMode, StorageMode nStorageMode ) in SotStorage()
528 void SotStorage::CreateStorage( sal_Bool bForceUCBStorage, StreamMode nMode, StorageMode nStorageMo… in CreateStorage()
780 …StreamMode nMode = ( ( nUNOStorageMode & embed::ElementModes::WRITE ) == embed::ElementModes::WRIT… in GetUNOAPIDuplicate() local
1119 StreamMode nMode, in OpenEncryptedSotStream()
1146 StreamMode nMode, in OpenSotStream()
1178 StreamMode nMode, in OpenSotStorage()
1205 StreamMode nMode, in OpenUCBStorage()
1226 StreamMode nMode, in OpenOLEStorage()
[all …]
H A Ducbstorage.cxx1362 void UCBStorageStream_Impl::PrepareCachedForReopen( StreamMode nMode )
1386 UCBStorageStream::UCBStorageStream( const String& rName, StreamMode nMode, sal_Bool bDirect, const …
1634 StreamMode nMode = STREAM_READ; local
1653 UCBStorage::UCBStorage( const ::ucbhelper::Content& rContent, const String& rName, StreamMode nMode
1673 UCBStorage::UCBStorage( const String& rName, StreamMode nMode, sal_Bool bDirect, sal_Bool bIsRoot )
2909 BaseStorageStream* UCBStorage::OpenStream( const String& rEleName, StreamMode nMode, sal_Bool bDire…
2988 BaseStorage* UCBStorage::OpenUCBStorage( const String& rEleName, StreamMode nMode, sal_Bool bDirect…
2996 BaseStorage* UCBStorage::OpenOLEStorage( const String& rEleName, StreamMode nMode, sal_Bool bDirect…
3004 BaseStorage* UCBStorage::OpenStorage( const String& rEleName, StreamMode nMode, sal_Bool bDirect )
3012 BaseStorage* UCBStorage::OpenStorage_Impl( const String& rEleName, StreamMode nMode, sal_Bool bDire…
[all …]
/trunk/main/uui/source/
H A Diahndl-authentication.cxx415 task::PasswordRequestMode nMode) in executeMasterPasswordDialog()
473 task::PasswordRequestMode nMode, in handleMasterPasswordRequest_()
515 task::PasswordRequestMode nMode, in executePasswordDialog()
577 task::PasswordRequestMode nMode, in handlePasswordRequest_()
689 task::PasswordRequestMode nMode = task::PasswordRequestMode_PASSWORD_ENTER; in handlePasswordRequest() local
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1413 void PSWriter::ImplMoveTo( const Point& rPoint, sal_uInt32 nMode ) in ImplMoveTo()
2208 void PSWriter::ImplClosePathDraw( sal_uLong nMode ) in ImplClosePathDraw()
2224 inline void PSWriter::ImplWriteLineColor( sal_uLong nMode ) in ImplWriteLineColor()
2232 inline void PSWriter::ImplWriteFillColor( sal_uLong nMode ) in ImplWriteFillColor()
2240 inline void PSWriter::ImplWriteTextColor( sal_uLong nMode ) in ImplWriteTextColor()
2248 inline void PSWriter::ImplWriteTextFillColor( sal_uLong nMode ) in ImplWriteTextFillColor()
2259 void PSWriter::ImplWriteColor( sal_uLong nMode ) in ImplWriteColor()
2340 inline void PSWriter::ImplExecMode( sal_uLong nMode ) in ImplExecMode()
2486 void PSWriter::ImplWriteDouble( double fNumber, sal_uLong nMode ) in ImplWriteDouble()
2576 void PSWriter::ImplWriteByte( sal_uInt8 nNumb, sal_uLong nMode ) in ImplWriteByte()
[all …]
/trunk/main/sw/source/filter/html/
H A Dhtmlfly.hxx120 static sal_uInt8 GetOutFn( sal_uInt8 nMode ) { return nMode & HTML_OUT_MASK; } in GetOutFn()
121 static sal_uInt8 GetOutPos( sal_uInt8 nMode ) { return nMode & HTML_POS_MASK; } in GetOutPos()
122 static sal_uInt8 GetOutCntnr( sal_uInt8 nMode ) { return nMode & HTML_CNTNR_MASK; } in GetOutCntnr()
/trunk/main/sc/source/filter/xml/
H A DXMLTableSourceContext.hxx39 com::sun::star::sheet::SheetLinkMode nMode; member in ScXMLTableSourceContext
/trunk/main/package/qa/ofopxmlstorages/
H A DTestHelper.java174 int nMode, in setStorageTypeAndCheckProps()
340 int nMode, in checkStorageProperties()
694 public XStorage openSubStorage( XStorage xStorage, String sName, int nMode ) in openSubStorage()
867 int nMode ) in OpenStream()
902 public boolean cantOpenStream( XStorage xStorage, String sName, int nMode ) in cantOpenStream()
921 int nMode ) in createStorageFromURL()
955 int nMode ) in createStorageFromStream()
/trunk/main/sd/inc/
H A Dsdiocmpt.hxx38 sal_uInt16 nMode; member in old_SdrDownCompat
/trunk/main/sc/source/core/tool/
H A Doptutil.cxx55 ScLinkConfigItem::ScLinkConfigItem( const rtl::OUString& rSubTree, sal_Int16 nMode ) : in ScLinkConfigItem()
/trunk/main/autodoc/inc/cosv/
H A Dfile.hxx113 uintt nMode; /// RWMode, OpenMode and ShareMode. member in csv::File
/trunk/main/svtools/source/config/
H A Dprintoptions.cxx428 void SvtPrintOptions_Impl::SetReducedTransparencyMode(sal_Int16 nMode) in SetReducedTransparencyMode()
438 void SvtPrintOptions_Impl::SetReducedGradientMode(sal_Int16 nMode) in SetReducedGradientMode()
453 void SvtPrintOptions_Impl::SetReducedBitmapMode(sal_Int16 nMode ) in SetReducedBitmapMode()
666 void SvtBasePrintOptions::SetReducedTransparencyMode( sal_Int16 nMode ) in SetReducedTransparencyMode()
682 void SvtBasePrintOptions::SetReducedGradientMode( sal_Int16 nMode ) in SetReducedGradientMode()
706 void SvtBasePrintOptions::SetReducedBitmapMode( sal_Int16 nMode ) in SetReducedBitmapMode()
/trunk/main/svtools/source/plugapp/
H A Dttprops.cxx52 sal_uInt16 TTProperties::ExecuteFunction( sal_uInt16 nSID, SfxPoolItem** ppArgs, sal_uInt16 nMode ) in ExecuteFunction()
/trunk/main/unotools/inc/unotools/
H A Dreadwritemutexguard.hxx82 sal_Int32 nMode; member in utl::ReadWriteGuard
/trunk/main/odk/examples/java/Storage/
H A DTestHelper.java283 …ean setStorageTypeAndCheckProps( XStorage xStorage, String sMediaType, boolean bIsRoot, int nMode ) in setStorageTypeAndCheckProps()
327 … boolean checkStorageProperties( XStorage xStorage, String sMediaType, boolean bIsRoot, int nMode ) in checkStorageProperties()
667 public XStorage openSubStorage( XStorage xStorage, String sName, int nMode ) in openSubStorage()
824 int nMode ) in OpenStream()
859 public boolean cantOpenStream( XStorage xStorage, String sName, int nMode ) in cantOpenStream()
/trunk/main/sw/source/core/doc/
H A Ddocruby.cxx60 sal_uInt16 nMode ) in FillRubyList()
106 sal_uInt16 nMode ) in SetRubyList()
/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DPrintOptTest.cxx75 void PrintOptTest::impl_SetReducedTransparencyMode(sal_Int16 nMode ) in impl_SetReducedTransparencyMode()
168 void PrintOptTest::impl_SetReducedGradientMode(sal_Int16 nMode ) in impl_SetReducedGradientMode()
263 void PrintOptTest::impl_SetReducedBitmapMode(sal_Int16 nMode ) in impl_SetReducedBitmapMode()
/trunk/main/sc/source/core/inc/
H A Dddelink.hxx47 sal_uInt8 nMode; // Zahlformat-Modus member in ScDdeLink
/trunk/main/sc/source/ui/inc/
H A Dpntlock.hxx33 sal_uInt16 nMode; member in ScPaintLockData
/trunk/main/tools/source/stream/
H A Dstrmwnt.cxx128 SvFileStream::SvFileStream( const String& rFileName, StreamMode nMode ) in SvFileStream()
460 void SvFileStream::Open( const String& rFilename, StreamMode nMode ) in Open()
/trunk/main/sc/inc/
H A Dparamisc.hxx57 sal_uInt8 nMode; member
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableDesignControl.cxx104 BrowserMode nMode = BROWSER_COLUMNSELECTION | BROWSER_MULTISELECTION | BROWSER_KEEPSELECTION | in Init() local
/trunk/main/package/qa/storages/
H A DTestHelper.java673 …ean setStorageTypeAndCheckProps( XStorage xStorage, String sMediaType, boolean bIsRoot, int nMode ) in setStorageTypeAndCheckProps()
718 … boolean checkStorageProperties( XStorage xStorage, String sMediaType, boolean bIsRoot, int nMode ) in checkStorageProperties()
1218 public XStorage openSubStorage( XStorage xStorage, String sName, int nMode ) in openSubStorage()
1391 int nMode ) in OpenStream()
1529 public boolean cantOpenStream( XStorage xStorage, String sName, int nMode ) in cantOpenStream()
1545 public boolean cantOpenStreamH( XStorage xStorage, String sPath, int nMode ) in cantOpenStreamH()
1570 public boolean cantOpenEncrStreamH( XStorage xStorage, String sPath, int nMode, String aPass ) in cantOpenEncrStreamH()
/trunk/main/sw/inc/
H A Dswbaslnk.hxx56 SwBaseLink( sal_uInt16 nMode, sal_uInt16 nFormat, SwCntntNode* pNode = 0 ) in SwBaseLink()

Completed in 118 milliseconds

123456789