/aoo41x/main/fpicker/source/office/ |
H A D | fpsmartcontent.cxx | 58 ,m_eState( NOT_BOUND ) in SmartContent() 66 ,m_eState( NOT_BOUND ) in SmartContent() 153 m_eState = UNKNOWN; in bindTo() 168 m_eState = NOT_BOUND; in bindTo() 205 m_eState = VALID; in implIs() 210 m_eState = INVALID; in implIs() 228 m_eState = VALID; in getTitle() 233 m_eState = INVALID; in getTitle() 263 m_eState = INVALID; in hasParentFolder() 291 m_eState = VALID; in canCreateFolder() [all …]
|
H A D | fpsmartcontent.hxx | 60 State m_eState; member in svt::SmartContent 122 inline State getState( ) const { return m_eState; } in getState()
|
/aoo41x/main/svl/source/misc/ |
H A D | adrparse.cxx | 105 State m_eState; member in SvAddressParser_Impl 147 m_eState = BEFORE_COLON; in reset() 163 if (!m_bRealNameFinished && m_eState != AFTER_LESS) in addTokenToRealName() 472 if (m_eState == AFTER_LESS) in SvAddressParser_Impl() 563 switch (m_eState) in SvAddressParser_Impl() 571 m_eState = AFTER_LESS; in SvAddressParser_Impl() 586 if (m_eState == AFTER_LESS) in SvAddressParser_Impl() 592 m_eState = AFTER_GREATER; in SvAddressParser_Impl() 618 if (m_eState == AFTER_LESS) in SvAddressParser_Impl() 717 switch (m_eState) in SvAddressParser_Impl() [all …]
|
/aoo41x/main/sfx2/source/control/ |
H A D | querystatus.cxx | 76 SfxItemState m_eState; member in SfxQueryStatus_Impl 90 m_eState( SFX_ITEM_DISABLED ), in SFX_IMPL_XINTERFACE_2() 120 m_eState = SFX_ITEM_DISABLED; in statusChanged() 124 m_eState = SFX_ITEM_AVAILABLE; in statusChanged() 155 m_eState = aItemStatus.State; in statusChanged() 166 m_eState = SFX_ITEM_UNKNOWN; in statusChanged() 192 m_eState = SFX_ITEM_DISABLED; in QueryState() 216 return m_eState; in QueryState()
|
/aoo41x/main/unotools/source/config/ |
H A D | inetoptions.cxx | 123 inline Entry(): m_eState(UNKNOWN) {} in Entry() 127 State m_eState; member 172 m_aEntries[j].m_eState = Entry::UNKNOWN; in Notify() 189 if (m_aEntries[i].m_eState == Entry::MODIFIED) in Commit() 194 m_aEntries[i].m_eState = Entry::KNOWN; in Commit() 281 if (m_aEntries[nPropIndex].m_eState != Entry::UNKNOWN) in getProperty() 290 if (m_aEntries[i].m_eState == Entry::UNKNOWN) in getProperty() 311 if (m_aEntries[nIndex].m_eState == Entry::UNKNOWN) in getProperty() 314 m_aEntries[nIndices[i]].m_eState = Entry::KNOWN; in getProperty() 337 m_aEntries[nIndex].m_eState = bFlush ? Entry::KNOWN : Entry::MODIFIED; in setProperty()
|
/aoo41x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_uri.hxx | 49 mutable State m_eState; member in tdoc_ucp::Uri 55 Uri() : m_eState( UNKNOWN ) {} in Uri() 57 : m_aUri( rUri ), m_eState( UNKNOWN ) {} in Uri() 66 { init(); return m_eState == VALID; } in isValid() 100 m_eState = UNKNOWN; in setUri()
|
H A D | tdoc_uri.cxx | 51 if ( m_eState == UNKNOWN ) in init() 53 m_eState = INVALID; in init() 129 m_eState = VALID; in init()
|
H A D | tdoc_content.cxx | 163 m_eState( PERSISTENT ), in Content() 177 m_eState( TRANSIENT ), in Content() 377 if ( m_eState == TRANSIENT ) in getIdentifier() 893 if ( m_eState != PERSISTENT ) in exchangeIdentity() 1560 m_eState == PERSISTENT in open() 1596 m_eState == PERSISTENT in open() 1852 m_eState = PERSISTENT; in insert() 1881 if ( m_eState != PERSISTENT ) in destroy() 1892 m_eState = DEAD; in destroy() 1920 m_eState = DEAD; in notifyDocumentClosed() [all …]
|
/aoo41x/main/extensions/source/update/check/ |
H A D | updatecheck.cxx | 788 if( NOT_INITIALIZED == m_eState ) in initialize() 905 State eState = m_eState; in download() 1016 if ( ( m_eState == DISABLED ) || ( m_eState == CHECK_SCHEDULED ) ) in closeAfterFailure() 1056 m_eState = enable ? CHECK_SCHEDULED : DISABLED; in enableAutoCheck() 1078 m_eState = eState; in enableDownload() 1254 switch( m_eState ) in showDialog() 1294 if( DISABLED == m_eState ) in showDialog() 1314 OSL_ASSERT(DISABLED == m_eState || CHECK_SCHEDULED == m_eState); in setUpdateInfo() 1434 (DISABLED != m_eState) && in setUIState() 1650 if( (CHECK_SCHEDULED == m_eState) && !enabled ) in autoCheckStatusChanged() [all …]
|
H A D | updatecheck.hxx | 63 … UpdateCheck() : m_eState(NOT_INITIALIZED), m_eUpdateState(UPDATESTATES_COUNT), m_pThread(NULL) {}; in UpdateCheck() 167 State m_eState; member in UpdateCheck
|
/aoo41x/main/shell/source/win32/shlxthandler/ooofilt/ |
H A D | ooofilt.cxx | 106 m_eState(FilteringContent), in COooFilter() 319 m_eState = FilteringContent; in Init() 326 m_eState = FilteringProperty; in Init() 365 switch ( m_eState ) in GetChunk() 378 m_eState = FilteringProperty; in GetChunk() 465 switch ( m_eState ) in GetText() 538 if (m_eState == FilteringContent) in GetValue() 540 else if (m_eState == FilteringProperty) in GetValue()
|
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | databases.cxx | 1349 , m_eState( INITIAL_MODULE ) in ExtensionIteratorBase() 1359 , m_eState( INITIAL_MODULE ) in ExtensionIteratorBase() 1478 m_eState = SHARED_EXTENSIONS; // Later: SHARED_MODULE in implGetNextUserHelpPackage() 1506 m_eState = BUNDLED_EXTENSIONS; in implGetNextSharedHelpPackage() 1534 m_eState = END_REACHED; in implGetNextBundledHelpPackage() 1637 while( !pRetHdf && m_eState != END_REACHED ) in nextHdf() 1639 switch( m_eState ) in nextHdf() 1756 switch( m_eState ) in nextDbFile() 1838 while( !xNA.is() && m_eState != END_REACHED ) in nextJarFile() 1840 switch( m_eState ) in nextJarFile() [all …]
|
/aoo41x/main/sal/textenc/ |
H A D | converteuctw.c | 44 ImplEucTwToUnicodeState m_eState; member 52 ((ImplEucTwToUnicodeContext *) pContext)->m_eState in ImplCreateEucTwToUnicodeContext() 60 ((ImplEucTwToUnicodeContext *) pContext)->m_eState in ImplResetEucTwToUnicodeContext() 93 eState = ((ImplEucTwToUnicodeContext *) pContext)->m_eState; in ImplConvertEucTwToUnicode() 274 ((ImplEucTwToUnicodeContext *) pContext)->m_eState = eState; in ImplConvertEucTwToUnicode()
|
H A D | convertgb18030.c | 43 ImplGb18030ToUnicodeState m_eState; member 51 ((ImplGb18030ToUnicodeContext *) pContext)->m_eState in ImplCreateGb18030ToUnicodeContext() 59 ((ImplGb18030ToUnicodeContext *) pContext)->m_eState in ImplResetGb18030ToUnicodeContext() 87 eState = ((ImplGb18030ToUnicodeContext *) pContext)->m_eState; in ImplConvertGb18030ToUnicode() 267 ((ImplGb18030ToUnicodeContext *) pContext)->m_eState = eState; in ImplConvertGb18030ToUnicode()
|
H A D | convertiso2022jp.c | 46 ImplIso2022JpToUnicodeState m_eState; member 60 ((ImplIso2022JpToUnicodeContext *) pContext)->m_eState in ImplCreateIso2022JpToUnicodeContext() 68 ((ImplIso2022JpToUnicodeContext *) pContext)->m_eState in ImplResetIso2022JpToUnicodeContext() 95 eState = ((ImplIso2022JpToUnicodeContext *) pContext)->m_eState; in ImplConvertIso2022JpToUnicode() 288 ((ImplIso2022JpToUnicodeContext *) pContext)->m_eState = eState; in ImplConvertIso2022JpToUnicode()
|
H A D | convertiso2022kr.c | 45 ImplIso2022KrToUnicodeState m_eState; member 66 ((ImplIso2022KrToUnicodeContext *) pContext)->m_eState in ImplCreateIso2022KrToUnicodeContext() 74 ((ImplIso2022KrToUnicodeContext *) pContext)->m_eState in ImplResetIso2022KrToUnicodeContext() 101 eState = ((ImplIso2022KrToUnicodeContext *) pContext)->m_eState; in ImplConvertIso2022KrToUnicode() 251 ((ImplIso2022KrToUnicodeContext *) pContext)->m_eState = eState; in ImplConvertIso2022KrToUnicode()
|
H A D | convertiso2022cn.c | 48 ImplIso2022CnToUnicodeState m_eState; member 73 ((ImplIso2022CnToUnicodeContext *) pContext)->m_eState in ImplCreateIso2022CnToUnicodeContext() 84 ((ImplIso2022CnToUnicodeContext *) pContext)->m_eState in ImplResetIso2022CnToUnicodeContext() 125 eState = ((ImplIso2022CnToUnicodeContext *) pContext)->m_eState; in ImplConvertIso2022CnToUnicode() 401 ((ImplIso2022CnToUnicodeContext *) pContext)->m_eState = eState; in ImplConvertIso2022CnToUnicode()
|
/aoo41x/main/accessibility/source/extended/ |
H A D | AccessibleBrowseBoxCheckBoxCell.cxx | 46 ,m_eState(_eState) in AccessibleCheckBoxCell() 70 if ( m_eState == STATE_CHECK ) in implCreateStateSetHelper() 85 switch( m_eState ) in getCurrentValue() 159 m_eState = _bChecked ? STATE_CHECK : STATE_NOCHECK; in SetChecked()
|
/aoo41x/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchycontent.cxx | 137 m_eState( PERSISTENT ), in HierarchyContent() 156 m_eState( TRANSIENT ), in HierarchyContent() 353 if ( m_eState == TRANSIENT ) in getIdentifier() 898 if ( m_eState != PERSISTENT ) in exchangeIdentity() 1228 if ( m_eState == PERSISTENT ) in setPropertyValues() 1428 if ( !bExchange && ( m_eState == PERSISTENT ) ) in setPropertyValues() 1602 m_eState = PERSISTENT; in insert() 1624 if ( m_eState != PERSISTENT ) in destroy() 1647 m_eState = DEAD; in destroy() 1679 if ( m_eState != PERSISTENT ) in transfer()
|
/aoo41x/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 936 it->second->m_eState = Selection::WaitingForResponse; in getPasteData() 1855 it->second->m_eState == Selection::WaitingForData || in handleReceivePropertyNotify() 1856 it->second->m_eState == Selection::IncrementalTransfer in handleReceivePropertyNotify() 1899 it->second->m_eState = Selection::IncrementalTransfer; in handleReceivePropertyNotify() 1921 if( it->second->m_eState == Selection::WaitingForData || in handleReceivePropertyNotify() 1922 it->second->m_eState == Selection::WaitingForResponse ) in handleReceivePropertyNotify() 1926 it->second->m_eState = Selection::Inactive; in handleReceivePropertyNotify() 1950 it->second->m_eState = Selection::Inactive; in handleReceivePropertyNotify() 2122 it->second->m_eState = Selection::Inactive; in handleSelectionNotify() 2135 it->second->m_eState = Selection::Inactive; in handleSelectionNotify() [all …]
|
/aoo41x/main/ucb/source/ucp/package/ |
H A D | pkgcontent.cxx | 268 m_eState( PERSISTENT ), in Content() 286 m_eState( TRANSIENT ), in Content() 1190 if ( m_eState == PERSISTENT ) in setPropertyValues() 1487 ( bStore && ( m_eState == PERSISTENT ) ) ) in setPropertyValues() 1578 m_eState == PERSISTENT in open() 1638 m_eState == PERSISTENT in open() 1816 m_eState = PERSISTENT; in insert() 1845 if ( m_eState != PERSISTENT ) in destroy() 1856 m_eState = DEAD; in destroy() 1888 if ( m_eState != PERSISTENT ) in transfer() [all …]
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | brwctrlr.cxx | 2854 STATE m_eState; member in dbaui::LoadFormHelper 2896 :m_eState(STARTED) in DBG_NAME() 2917 if (DISPOSED != m_eState) in implDispose() 2923 m_eState = DISPOSED; in implDispose() 2931 DBG_ASSERT(m_eState == STARTED || m_eState == DISPOSED, "LoadFormHelper::loaded : wrong call !"); in loaded() 2932 if (m_eState == STARTED) in loaded() 2933 m_eState = LOADED; in loaded() 2963 if (m_eState == LOADED) in cursorMoved() 2964 m_eState = POSITIONED; in cursorMoved() 2994 if (DISPOSED == m_eState) in WaitUntilReallyLoaded() [all …]
|
/aoo41x/main/xmlhelp/source/treeview/ |
H A D | tvread.cxx | 954 : m_eState( USER_EXTENSIONS ) in ExtensionIteratorBase() 1060 m_eState = SHARED_EXTENSIONS; // Later: SHARED_MODULE in implGetNextUserHelpPackage() 1090 m_eState = BUNDLED_EXTENSIONS; in implGetNextSharedHelpPackage() 1120 m_eState = END_REACHED; in implGetNextBundledHelpPackage() 1179 while( !aRetFile.getLength() && m_eState != END_REACHED ) in nextTreeFile() 1181 switch( m_eState ) in nextTreeFile()
|
/aoo41x/main/desktop/source/deployment/gui/ |
H A D | dp_gui_extlistbox.cxx | 85 m_eState( eState ), in Entry_Impl() 520 else if ( ( pEntry->m_eState != REGISTERED ) && ( pEntry->m_eState != NOT_AVAILABLE ) ) in DrawRow() 661 if ( ( pEntry->m_eState == AMBIGUOUS ) || pEntry->m_bMissingDeps || pEntry->m_bMissingLic ) in DrawRow() 1073 (*iIndex)->m_eState = eState; in updateEntry()
|
H A D | dp_gui_dialog2.cxx | 276 if ( ( pEntry->m_eState == REGISTERED ) || ( pEntry->m_eState == NOT_AVAILABLE ) ) in SetButtonStatus() 288 if ( ( !pEntry->m_bUser || ( pEntry->m_eState == NOT_AVAILABLE ) || pEntry->m_bMissingDeps ) in SetButtonStatus() 378 if ( GetEntryData( nPos )->m_eState == REGISTERED ) in ShowPopupMenu() 380 else if ( GetEntryData( nPos )->m_eState != NOT_AVAILABLE ) in ShowPopupMenu() 525 const bool bEnable( pEntry->m_eState != REGISTERED ); in IMPL_LINK()
|