Home
last modified time | relevance | path

Searched refs:m_nMode (Results 1 – 17 of 17) sorted by relevance

/AOO41X/main/sot/source/sdstor/
H A Ducbstorage.cxx464 StreamMode m_nMode; // open mode ( read/write/trunc/nocreate/sharing ) member in UCBStorageStream_Impl
525 StreamMode m_nMode; // open mode ( read/write/trunc/nocreate/sharing ) member in UCBStorage_Impl
565 if ( m_nMode & STREAM_WRITE ) in GetChildrenList()
684 , m_nMode( nMode ) in UCBStorageStream_Impl()
1054 if ( !(m_nMode & STREAM_WRITE) )
1112 if( (m_nMode & STREAM_WRITE) && !m_bSourceRead && aResult < nPos )
1130 if ( !(m_nMode & STREAM_WRITE) )
1231 … DBG_ASSERT( m_aTempURL.Len() || ( m_nMode & STREAM_TRUNC ), "No temporary file to read from!");
1232 if ( !m_aTempURL.Len() && !( m_nMode & STREAM_TRUNC ) )
1303 if ( m_pAntiImpl && ( m_nMode & STREAM_TRUNC ) )
[all …]
H A Dstg.cxx67 m_nMode = STREAM_READ; in StorageBase()
181 : OLEStorageBase( p, q, m_nMode ), nPos( 0L ) in StorageStream()
194 m_nMode = m; in StorageStream()
202 if( pEntry && pEntry->nRefCnt && pEntry->bDirect && (m_nMode & STREAM_WRITE) ) in ~StorageStream()
270 if( !( m_nMode & STREAM_WRITE ) ) in Commit()
382 : OLEStorageBase( new StgIo, NULL, m_nMode ), aName( rFile ), bIsRoot( sal_False ) in Storage()
392 m_nMode = m; in Storage()
413 : OLEStorageBase( new StgIo, NULL, m_nMode ), bIsRoot( sal_False ) in Storage()
415 m_nMode = STREAM_READ; in Storage()
417 m_nMode = STREAM_READ | STREAM_WRITE; in Storage()
[all …]
/AOO41X/main/comphelper/source/misc/
H A Dinstancelocker.cxx264 , m_nMode( nMode ) in OLockListener()
281 if ( m_nMode & embed::Actions::PREVENT_CLOSE ) in Dispose()
297 if ( m_nMode & embed::Actions::PREVENT_TERMINATION ) in Dispose()
323 m_nMode = 0; in disposing()
344 … if ( !m_bDisposed && aEvent.Source == m_xInstance && ( m_nMode & embed::Actions::PREVENT_CLOSE ) ) in queryClosing()
381 m_nMode &= ~embed::Actions::PREVENT_CLOSE; in notifyClosing()
382 if ( !m_nMode ) in notifyClosing()
404 if ( aEvent.Source == m_xInstance && ( m_nMode & embed::Actions::PREVENT_TERMINATION ) ) in queryTermination()
443 m_nMode &= ~embed::Actions::PREVENT_TERMINATION; in notifyTermination()
444 if ( !m_nMode ) in notifyTermination()
[all …]
H A Dinstancelocker.hxx102 sal_Int32 m_nMode; member in OLockListener
/AOO41X/main/svx/source/fmcomp/
H A Dgridctrl.cxx939 ,m_nMode(DEFAULT_BROWSE_MODE) in DbGridControl()
987 SetMode(m_nMode); in Init()
1257 if ( adjustModeForScrollbars( m_nMode, m_bNavigationBar, m_bHideScrollbars ) ) in EnableNavigationBar()
1258 SetMode( m_nMode ); in EnableNavigationBar()
1272 if ( adjustModeForScrollbars( m_nMode, m_bNavigationBar, m_bHideScrollbars ) ) in EnableNavigationBar()
1273 SetMode( m_nMode ); in EnableNavigationBar()
1310 BrowserMode nNewMode = m_nMode; in SetOptions()
1311 if ((m_nMode & BROWSER_CURSOR_WO_FOCUS) == 0) in SetOptions()
1322 if (nNewMode != m_nMode) in SetOptions()
1325 m_nMode = nNewMode; in SetOptions()
[all …]
/AOO41X/main/framework/qa/complex/framework/autosave/
H A DProtocol.java171 private int m_nMode ; field in Protocol
493 m_nMode = nMode; in Protocol()
512 if ((m_nMode & MODE_HTML) == MODE_HTML) in finish()
515 if ((m_nMode & MODE_ASCII) == MODE_ASCII) in finish()
667 if ((m_nMode & MODE_STDOUT) == MODE_STDOUT) in log()
670 if ((m_nMode & MODE_STDERR) == MODE_STDERR) in log()
677 ((m_nMode & MODE_HTML ) == MODE_HTML ) || in log()
678 ((m_nMode & MODE_ASCII) == MODE_ASCII) in log()
683 if ((m_nMode & MODE_HTML) == MODE_HTML) in log()
706 if ((m_nMode & MODE_HTML) != MODE_HTML) in defineHyperlink()
[all …]
/AOO41X/main/ucb/source/ucp/ftp/
H A Dftpdirp.hxx95 sal_uInt32 m_nMode; member
100 m_nMode(INETCOREFTP_FILEMODE_UNKNOWN), in FTPDirentry()
106 m_nMode = INETCOREFTP_FILEMODE_UNKNOWN; in clear()
111 return bool(m_nMode && INETCOREFTP_FILEMODE_ISDIR); in isDir()
115 return ! bool(m_nMode && INETCOREFTP_FILEMODE_ISDIR); in isFile()
H A Dftpdirp.cxx513 rEntry.m_nMode |= INETCOREFTP_FILEMODE_ISDIR; in parseDOS()
630 rEntry.m_nMode = INETCOREFTP_FILEMODE_ISDIR; in parseVMS()
635 rEntry.m_nMode = 0; in parseVMS()
675 ((rEntry.m_nMode & INETCOREFTP_FILEMODE_ISDIR) != 0); in parseVMS()
686 rEntry.m_nMode = (bFirstLineDir ? INETCOREFTP_FILEMODE_ISDIR : 0); in parseVMS()
876 rEntry.m_nMode |= INETCOREFTP_FILEMODE_ISDIR; in parseUNIX()
879 rEntry.m_nMode |= INETCOREFTP_FILEMODE_ISLINK; in parseUNIX()
884 rEntry.m_nMode |= INETCOREFTP_FILEMODE_READ; in parseUNIX()
886 rEntry.m_nMode |= INETCOREFTP_FILEMODE_WRITE; in parseUNIX()
H A Dftpurl.cxx515 sal_Bool(aDirEntry.m_nMode&INETCOREFTP_FILEMODE_ISDIR); in list()
628 aDirentry.m_nMode = INETCOREFTP_FILEMODE_ISDIR; in direntry()
630 aDirentry.m_nMode = INETCOREFTP_FILEMODE_UNKNOWN; in direntry()
724 } else if(aDirentry.m_nMode != INETCOREFTP_FILEMODE_UNKNOWN) in mkdir()
803 if(aDirentry.m_nMode & INETCOREFTP_FILEMODE_ISDIR) { in del()
813 else if(aDirentry.m_nMode != INETCOREFTP_FILEMODE_UNKNOWN) in del()
H A DftpresultsetI.cxx76 sal_Bool(dirvec[n].m_nMode & in ResultSetI()
80 ! sal_Bool(dirvec[n].m_nMode & in ResultSetI()
84 sal_Bool(dirvec[n].m_nMode & in ResultSetI()
H A Dftpcontent.cxx849 else if(aDirEntry.m_nMode != INETCOREFTP_FILEMODE_UNKNOWN) { in getPropertyValues()
852 aDirEntry.m_nMode&INETCOREFTP_FILEMODE_ISDIR in getPropertyValues()
857 aDirEntry.m_nMode in getPropertyValues()
863 ! sal_Bool(aDirEntry.m_nMode & in getPropertyValues()
867 sal_Bool(aDirEntry.m_nMode & in getPropertyValues()
/AOO41X/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx174 m_nMode = BROWSER_COLUMNSELECTION | BROWSER_HIDESELECT in DBG_NAME()
398 SetMode(m_nMode); in Init()
481 m_nMode &= ~BROWSER_HIDECURSOR; in SetReadOnly()
482 SetMode(m_nMode); in SetReadOnly()
486 m_nMode |= BROWSER_HIDECURSOR; in SetReadOnly()
487 SetMode(m_nMode); in SetReadOnly()
1406 if ( BROWSER_HIDESELECT == ( m_nMode & BROWSER_HIDESELECT ) ) in adjustSelectionMode()
1408 m_nMode &= ~BROWSER_HIDESELECT; in adjustSelectionMode()
1409 m_nMode |= BROWSER_MULTISELECTION; in adjustSelectionMode()
1410 SetMode( m_nMode ); in adjustSelectionMode()
[all …]
H A DSelectionBrowseBox.hxx88 … BrowserMode m_nMode; // Merken des BrowseModes member in dbaui::OSelectionBrowseBox
/AOO41X/main/svl/source/fsstor/
H A Dfsstorage.cxx104 sal_Int32 m_nMode; member
115 , m_nMode( nMode ) in FSStorage_Impl()
126 , m_nMode( nMode ) in FSStorage_Impl()
592 && !( m_pImpl->m_nMode & embed::ElementModes::WRITE ) ) in openStorageElement()
1358 return uno::makeAny( m_pImpl->m_nMode ); in getPropertyValue()
/AOO41X/main/sot/inc/sot/
H A Dstg.hxx73 StreamMode m_nMode; // open mode member in StorageBase
86 StreamMode GetMode() const { return m_nMode; } in GetMode()
/AOO41X/main/framework/inc/classes/
H A Dfiltercache.hxx437 static sal_Int16 m_nMode ; member in framework::FilterCache
/AOO41X/main/svx/inc/svx/
H A Dgridctrl.hxx279 BrowserMode m_nMode; member in DbGridControl