/aoo4110/main/connectivity/source/commontools/ |
H A D | TKeys.cxx | 91 ::rtl::OUString getKeyRuleString(sal_Bool _bUpdate,sal_Int32 _nKeyRule) in getKeyRuleString() argument 97 pKeyRule = _bUpdate ? " ON UPDATE CASCADE " : " ON DELETE CASCADE "; in getKeyRuleString() 100 pKeyRule = _bUpdate ? " ON UPDATE RESTRICT " : " ON DELETE RESTRICT "; in getKeyRuleString() 103 pKeyRule = _bUpdate ? " ON UPDATE SET NULL " : " ON DELETE SET NULL "; in getKeyRuleString() 106 pKeyRule = _bUpdate ? " ON UPDATE SET DEFAULT " : " ON DELETE SET DEFAULT "; in getKeyRuleString()
|
/aoo4110/main/sw/source/core/undo/ |
H A D | SwUndoField.cxx | 67 SwMsgPoolItem * _pHnt, sal_Bool _bUpdate, SwUndoId _nId) in SwUndoFieldFromDoc() argument 72 , bUpdate(_bUpdate) in SwUndoFieldFromDoc()
|
/aoo4110/main/formula/inc/formula/ |
H A D | formula.hxx | 84 …ext,xub_StrLen PrivStart, xub_StrLen PrivEnd,sal_Bool bMatrix,sal_Bool _bSelect,sal_Bool _bUpdate); 133 …ext,xub_StrLen PrivStart, xub_StrLen PrivEnd,sal_Bool bMatrix,sal_Bool _bSelect,sal_Bool _bUpdate);
|
/aoo4110/main/formula/source/ui/dlg/ |
H A D | formula.cxx | 129 …ext,xub_StrLen PrivStart, xub_StrLen PrivEnd,sal_Bool bMatrix,sal_Bool _bSelect,sal_Bool _bUpdate); 1629 …Text,xub_StrLen PrivStart, xub_StrLen PrivEnd,sal_Bool bMatrix,sal_Bool _bSelect,sal_Bool _bUpdate) in SetMeText() argument 1637 if ( _bUpdate ) in SetMeText() 1875 …Text,xub_StrLen PrivStart, xub_StrLen PrivEnd,sal_Bool bMatrix,sal_Bool _bSelect,sal_Bool _bUpdate) in SetMeText() argument 1877 return m_pImpl->SetMeText(_sText,PrivStart, PrivEnd,bMatrix,_bSelect,_bUpdate); in SetMeText() 2031 …Text,xub_StrLen PrivStart, xub_StrLen PrivEnd,sal_Bool bMatrix,sal_Bool _bSelect,sal_Bool _bUpdate) in SetMeText() argument 2033 return m_pImpl->SetMeText(_sText,PrivStart, PrivEnd,bMatrix,_bSelect,_bUpdate); in SetMeText()
|
/aoo4110/main/dbaccess/source/filter/xml/ |
H A D | xmlExport.cxx | 943 void ODBExport::exportTableName(XPropertySet* _xProp,sal_Bool _bUpdate) in exportTableName() argument 946 _xProp->getPropertyValue(_bUpdate ? PROPERTY_UPDATE_TABLENAME : PROPERTY_NAME) >>= sValue; in exportTableName() 950 _xProp->getPropertyValue(_bUpdate ? PROPERTY_UPDATE_SCHEMANAME : PROPERTY_SCHEMANAME) >>= sValue; in exportTableName() 953 …_xProp->getPropertyValue(_bUpdate ? PROPERTY_UPDATE_CATALOGNAME : PROPERTY_CATALOGNAME) >>= sValue; in exportTableName() 957 if ( _bUpdate ) in exportTableName()
|
H A D | xmlExport.hxx | 196 void exportTableName(XPropertySet* _xProp,sal_Bool _bUpdate);
|
/aoo4110/main/odk/examples/java/Inspector/ |
H A D | Inspector.java | 385 public XNameAccess getConfigurationAccess(boolean _bUpdate){ in getConfigurationAccess() argument 386 return getConfigurationAccess("org.openoffice.inspector.ObjectInspector", _bUpdate); in getConfigurationAccess()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit5.cxx | 65 sal_Bool _bUpdate = GetUpdateMode(); in SetStyleSheet() local 71 SetUpdateMode( _bUpdate, 0 ); in SetStyleSheet()
|
H A D | impedit4.cxx | 101 sal_Bool _bUpdate = GetUpdateMode(); in Read() local 120 SetUpdateMode( _bUpdate ); in Read() 1205 sal_Bool _bUpdate = GetUpdateMode(); in SetText() local 1220 SetUpdateMode( _bUpdate ); in SetText()
|
/aoo4110/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.cxx | 2747 void OSelectionBrowseBox::DeactivateCell(sal_Bool _bUpdate) in DeactivateCell() argument 2750 EditBrowseBox::DeactivateCell(_bUpdate); in DeactivateCell()
|