/aoo4110/main/sot/source/sdstor/ |
H A D | ucbstorage.cxx | 684 , m_nMode( nMode ) in UCBStorageStream_Impl() 1371 m_nMode = nMode; 1392 StorageBase::m_nMode = pImp->m_nMode; 1401 StorageBase::m_nMode = pImp->m_nMode; 1410 StorageBase::m_nMode = pImp->m_nMode; 1650 StorageBase::m_nMode = pImp->m_nMode; 1660 StorageBase::m_nMode = pImp->m_nMode; 1670 StorageBase::m_nMode = pImp->m_nMode; 1680 StorageBase::m_nMode = pImp->m_nMode; 1689 StorageBase::m_nMode = pImp->m_nMode; [all …]
|
H A D | stg.cxx | 67 m_nMode = STREAM_READ; in StorageBase() 194 m_nMode = m; in StorageStream() 270 if( !( m_nMode & STREAM_WRITE ) ) in Commit() 392 m_nMode = m; in Storage() 415 m_nMode = STREAM_READ; in Storage() 417 m_nMode = STREAM_READ | STREAM_WRITE; in Storage() 428 pEntry->nMode = m_nMode; in Storage() 443 m_nMode = STREAM_READ; in Storage() 473 pEntry->nMode = m_nMode; in Storage() 526 m_nMode = m; in Storage() [all …]
|
/aoo4110/main/comphelper/source/misc/ |
H A D | instancelocker.cxx | 264 , 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() 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() 474 if ( m_nMode & embed::Actions::PREVENT_CLOSE ) in Init() [all …]
|
H A D | instancelocker.hxx | 102 sal_Int32 m_nMode; member in OLockListener
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 987 SetMode(m_nMode); in Init() 1258 SetMode( m_nMode ); in EnableNavigationBar() 1273 SetMode( m_nMode ); in EnableNavigationBar() 1322 if (nNewMode != m_nMode) in SetOptions() 1325 m_nMode = nNewMode; in SetOptions() 1368 SetMode( m_nMode ); in ForceHideScrollbars() 1397 SetMode(m_nMode); in EnablePermanentCursor() 1408 return ((m_nMode & BROWSER_CURSOR_WO_FOCUS) != 0) && ((m_nMode & BROWSER_HIDECURSOR) == 0); in IsPermanentCursorEnabled() 1430 SetMode(m_nMode); in SetMultiSelection() 1651 if (m_nMode != nOldMode) in setDataSource() [all …]
|
/aoo4110/main/framework/qa/complex/framework/autosave/ |
H A D | Protocol.java | 171 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 …]
|
/aoo4110/main/ucb/source/ucp/ftp/ |
H A D | ftpdirp.hxx | 95 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 D | ftpdirp.cxx | 513 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 D | ftpurl.cxx | 515 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 D | ftpresultsetI.cxx | 76 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 D | ftpcontent.cxx | 849 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()
|
/aoo4110/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.cxx | 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() 1408 m_nMode &= ~BROWSER_HIDESELECT; in adjustSelectionMode() 1409 m_nMode |= BROWSER_MULTISELECTION; in adjustSelectionMode() 1410 SetMode( m_nMode ); in adjustSelectionMode() 1420 m_nMode |= BROWSER_HIDESELECT; in adjustSelectionMode() 1421 m_nMode &= ~BROWSER_MULTISELECTION; in adjustSelectionMode() [all …]
|
H A D | SelectionBrowseBox.hxx | 88 BrowserMode m_nMode; // Merken des BrowseModes member in dbaui::OSelectionBrowseBox
|
/aoo4110/main/svl/source/fsstor/ |
H A D | fsstorage.cxx | 104 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()
|
/aoo4110/main/sot/inc/sot/ |
H A D | stg.hxx | 73 StreamMode m_nMode; // open mode member in StorageBase 86 StreamMode GetMode() const { return m_nMode; } in GetMode()
|
/aoo4110/main/framework/inc/classes/ |
H A D | filtercache.hxx | 437 static sal_Int16 m_nMode ; member in framework::FilterCache
|
/aoo4110/main/svx/inc/svx/ |
H A D | gridctrl.hxx | 279 BrowserMode m_nMode; member in DbGridControl
|