Home
last modified time | relevance | path

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

/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx463 StreamMode m_nMode; // open mode ( read/write/trunc/nocreate/sharing ) member in UCBStorageStream_Impl
524 StreamMode m_nMode; // open mode ( read/write/trunc/nocreate/sharing ) member in UCBStorage_Impl
564 if ( m_nMode & STREAM_WRITE ) in GetChildrenList()
683 , m_nMode( nMode ) in UCBStorageStream_Impl()
1053 if ( !(m_nMode & STREAM_WRITE) )
1111 if( (m_nMode & STREAM_WRITE) && !m_bSourceRead && aResult < nPos )
1129 if ( !(m_nMode & STREAM_WRITE) )
1230 … DBG_ASSERT( m_aTempURL.Len() || ( m_nMode & STREAM_TRUNC ), "No temporary file to read from!");
1231 if ( !m_aTempURL.Len() && !( m_nMode & STREAM_TRUNC ) )
1302 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 …]
/trunk/main/comphelper/source/misc/
H A Dinstancelocker.cxx257 , m_nMode( nMode ) in OLockListener()
274 if ( m_nMode & embed::Actions::PREVENT_CLOSE ) in Dispose()
290 if ( m_nMode & embed::Actions::PREVENT_TERMINATION ) in Dispose()
315 m_nMode = 0; in disposing()
335 … if ( !m_bDisposed && aEvent.Source == m_xInstance && ( m_nMode & embed::Actions::PREVENT_CLOSE ) ) in queryClosing()
371 m_nMode &= ~embed::Actions::PREVENT_CLOSE; in notifyClosing()
372 if ( !m_nMode ) in notifyClosing()
393 if ( aEvent.Source == m_xInstance && ( m_nMode & embed::Actions::PREVENT_TERMINATION ) ) in queryTermination()
431 m_nMode &= ~embed::Actions::PREVENT_TERMINATION; in notifyTermination()
432 if ( !m_nMode ) in notifyTermination()
[all …]
H A Dinstancelocker.hxx102 sal_Int32 m_nMode; member in OLockListener
/trunk/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 …]
/trunk/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 …]
/trunk/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.cxx505 sal_Bool(aDirEntry.m_nMode&INETCOREFTP_FILEMODE_ISDIR); in list()
616 aDirentry.m_nMode = INETCOREFTP_FILEMODE_ISDIR; in direntry()
618 aDirentry.m_nMode = INETCOREFTP_FILEMODE_UNKNOWN; in direntry()
710 } else if(aDirentry.m_nMode != INETCOREFTP_FILEMODE_UNKNOWN) in mkdir()
787 if(aDirentry.m_nMode & INETCOREFTP_FILEMODE_ISDIR) { in del()
797 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.cxx836 else if(aDirEntry.m_nMode != INETCOREFTP_FILEMODE_UNKNOWN) { in getPropertyValues()
839 aDirEntry.m_nMode&INETCOREFTP_FILEMODE_ISDIR in getPropertyValues()
844 aDirEntry.m_nMode in getPropertyValues()
850 ! sal_Bool(aDirEntry.m_nMode & in getPropertyValues()
854 sal_Bool(aDirEntry.m_nMode & in getPropertyValues()
/trunk/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
/trunk/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()
566 && !( m_pImpl->m_nMode & embed::ElementModes::WRITE ) ) in openStorageElement()
1255 return uno::makeAny( m_pImpl->m_nMode ); in getPropertyValue()
/trunk/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()
/trunk/main/framework/inc/classes/
H A Dfiltercache.hxx428 static sal_Int16 m_nMode ; member in framework::FilterCache
/trunk/main/svx/inc/svx/
H A Dgridctrl.hxx279 BrowserMode m_nMode; member in DbGridControl