Home
last modified time | relevance | path

Searched refs:_bUpdate (Results 1 – 10 of 10) sorted by relevance

/trunk/main/connectivity/source/commontools/
H A DTKeys.cxx91 ::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()
/trunk/main/sw/source/core/undo/
H A DSwUndoField.cxx67 SwMsgPoolItem * _pHnt, sal_Bool _bUpdate, SwUndoId _nId) in SwUndoFieldFromDoc() argument
72 , bUpdate(_bUpdate) in SwUndoFieldFromDoc()
/trunk/main/formula/inc/formula/
H A Dformula.hxx84 …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);
/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx129 …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()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx943 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 DxmlExport.hxx196 void exportTableName(XPropertySet* _xProp,sal_Bool _bUpdate);
/trunk/main/odk/examples/java/Inspector/
H A DInspector.java385 public XNameAccess getConfigurationAccess(boolean _bUpdate){ in getConfigurationAccess() argument
386 return getConfigurationAccess("org.openoffice.inspector.ObjectInspector", _bUpdate); in getConfigurationAccess()
/trunk/main/editeng/source/editeng/
H A Dimpedit5.cxx65 sal_Bool _bUpdate = GetUpdateMode(); in SetStyleSheet() local
71 SetUpdateMode( _bUpdate, 0 ); in SetStyleSheet()
H A Dimpedit4.cxx101 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()
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx2747 void OSelectionBrowseBox::DeactivateCell(sal_Bool _bUpdate) in DeactivateCell() argument
2750 EditBrowseBox::DeactivateCell(_bUpdate); in DeactivateCell()

Completed in 76 milliseconds