/aoo4110/main/registry/source/ |
H A D | regkey.cxx | 105 if (pKey->isDeleted()) in createKey() 127 if (pKey->isDeleted()) in openKey() 148 if (pKey->isDeleted()) in openSubKeys() 183 if (pKey->isDeleted()) in deleteKey() 217 if (pKey->isDeleted()) in setValue() 259 if (pKey->isDeleted()) in setLongListValue() 301 if (pKey->isDeleted()) in setStringListValue() 343 if (pKey->isDeleted()) in setUnicodeListValue() 388 if (pKey->isDeleted()) in getValueInfo() 437 if (pKey->isDeleted()) in getValue() [all …]
|
H A D | registry.cxx | 270 if (pKey->isDeleted()) in loadKey() 321 if (pKey->isDeleted()) in saveKey() 360 if (pKey->isDeleted()) in mergeKey() 405 if (pKey->isDeleted()) in dumpRegistry()
|
H A D | keyimpl.hxx | 104 bool isDeleted() const in isDeleted() function in ORegKey
|
/aoo4110/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 2680 if( ! aDel.isDeleted() ) in signalButton() 2693 if( ! aDel.isDeleted() ) in signalButton() 2767 if( ! aDel.isDeleted() ) in signalMotion() 2778 if( ! aDel.isDeleted() ) in signalMotion() 3125 if( ! aDel.isDeleted() ) in signalKey() 3145 if( ! aDel.isDeleted() ) in signalKey() 3166 if( ! aDel.isDeleted() ) in signalKey() 3373 if( ! aDel.isDeleted() ) in sendEmptyCommit() 3617 if( ! aDel.isDeleted() ) in signalIMCommit() 3718 if( ! aDel.isDeleted() ) in signalIMPreeditChanged() [all …]
|
/aoo4110/test/testgui/source/fvt/gui/formula/catalog/ |
H A D | SymbolsFromCatalog.java | 173 boolean isDeleted = true; in testDeleteSymbolFromCatalog() 176 isDeleted = false; in testDeleteSymbolFromCatalog() 180 assertTrue("Symbol is not deleted successfully", isDeleted); in testDeleteSymbolFromCatalog()
|
/aoo4110/main/vcl/source/window/ |
H A D | menu.cxx | 1047 if( !aDelData.isDeleted() ) in Activate() 1051 if( !aDelData.isDeleted() ) in Activate() 1083 if( !aDelData.isDeleted() ) in Deactivate() 1087 if( !aDelData.isDeleted() ) in Deactivate() 1099 if( !aDelData.isDeleted() ) in Deactivate() 1151 if( !aDelData.isDeleted() ) in Select() 1193 if( !aDelData.isDeleted() ) in ImplCallEventListeners() 1201 if( aDelData.isDeleted() ) in ImplCallEventListeners() 2971 if( !aDelData.isDeleted() ) in ImplCallHighlight() 3477 if( !aDelData.isDeleted() ) in HandleMenuActivateEvent() [all …]
|
/aoo4110/main/oox/inc/oox/xls/ |
H A D | externallinkbuffer.hxx | 159 inline bool isDeleted() const { return mnFirst < 0; } in isDeleted() function in oox::xls::LinkSheetRange 161 …inline bool isExternal() const { return !isDeleted() && (meType == LINKSHEETRANGE_EXTERNAL… in isExternal()
|
/aoo4110/main/vcl/unx/generic/app/ |
H A D | i18n_ic.cxx | 62 if( ! aDel.isDeleted() ) in sendEmptyCommit() 764 if( ! aDel.isDeleted() ) in EndExtTextInput()
|
/aoo4110/main/connectivity/source/drivers/file/ |
H A D | FResultSet.cxx | 324 OSL_ENSURE((m_bShowDeleted || !m_aRow->isDeleted()),"getRow called for deleted row"); in getRow() 682 if(m_aRow->isDeleted()) in deleteRow() 937 && m_aEvaluateRow->isDeleted() in ExecuteRow() 1886 return m_aRow->isDeleted(); in isRowDeleted()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | impdel.hxx | 69 bool isDeleted() const { return (m_pNotifier == NULL); } in isDeleted() function in vcl::DeletionListener
|
H A D | menu.hxx | 110 bool isDeleted() const { return mpMenu == 0; } in isDeleted() function
|
/aoo4110/main/vcl/source/app/ |
H A D | vclevent.cxx | 137 while( ! aDel.isDeleted() && m_aIterators[ nIndex ].m_aIt != m_aListeners.end() ) in callListeners()
|
/aoo4110/main/connectivity/source/drivers/dbase/ |
H A D | DResultSet.cxx | 98 OSL_ENSURE((m_bShowDeleted || !m_aRow->isDeleted()),"getBookmark called for deleted row"); in getBookmark()
|
H A D | DTable.cxx | 2562 if ( bOk && !aRow->isDeleted() ) // copy only not deleted rows in copyData()
|
/aoo4110/main/connectivity/inc/connectivity/ |
H A D | FValue.hxx | 424 sal_Bool isDeleted() const { return m_bDeleted; } in isDeleted() function in connectivity::ODeleteVector
|
/aoo4110/main/vcl/unx/generic/window/ |
H A D | salframe.cxx | 3158 if( ! aDeleteWatch.isDeleted() ) in beginUnicodeSequence() 3237 if( bWasInput && ! aDeleteWatch.isDeleted() ) in endUnicodeSequence() 3437 if( aDeleteWatch.isDeleted() ) in HandleKeyEvent() 3539 if (! aDeleteWatch.isDeleted()) in HandleKeyEvent()
|
/aoo4110/main/vcl/win/source/window/ |
H A D | salframe.cxx | 1305 if( aDogTag.isDeleted() ) in ImplSalShow() 1328 if( aDogTag.isDeleted() ) in ImplSalShow()
|