Home
last modified time | relevance | path

Searched refs:_bQuote (Results 1 – 5 of 5) sorted by relevance

/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx875 sal_Bool _bQuote, EComposeRule _eComposeRule ) in impl_doComposeTableName() argument
896 aComposedName.append( _bQuote ? quoteName( sQuoteString, _rCatalog ) : _rCatalog ); in impl_doComposeTableName()
903 aComposedName.append( _bQuote ? quoteName( sQuoteString, _rSchema ) : _rSchema ); in impl_doComposeTableName()
907 aComposedName.append( _bQuote ? quoteName( sQuoteString, _rName ) : _rName ); in impl_doComposeTableName()
916 aComposedName.append( _bQuote ? quoteName( sQuoteString, _rCatalog ) : _rCatalog ); in impl_doComposeTableName()
1395 sal_Bool _bQuote, in composeTableName() argument
1398 …return impl_doComposeTableName( _rxMetaData, _rCatalog, _rSchema, _rName, _bQuote, _eComposeRule ); in composeTableName()
1461 bool _bQuote ) in composeTableName() argument
1471 _bQuote, in composeTableName()
/trunk/main/connectivity/inc/connectivity/
H A Dsqlnode.hxx108 bool _bQuote,
329 sal_Bool _bQuote= sal_True) const;
432 bool _bQuote,
H A Ddbtools.hxx491 sal_Bool _bQuote,
528 bool _bQuote);
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx166 bool _bIntl, bool _bQuote, sal_Char _cDecSep, bool _bPredicate, bool _bParseToSDBC ) in SQLParseNodeParameter() argument
175 ,bQuote(_bQuote) in SQLParseNodeParameter()
235 sal_Bool _bQuote) const in parseNodeToStr()
242 pContext, _bIntl, _bQuote, '.', false, false ); in parseNodeToStr()
286 bool _bQuote, in parseNodeToStr() argument
303 _bIntl, _bQuote, _cDecSep, _bPredicate, _bSubstitute in parseNodeToStr()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx183 …::rtl::OUString quoteTableAlias(sal_Bool _bQuote, const ::rtl::OUString& _sAliasName, const ::rtl:… in quoteTableAlias() argument
186 if ( _bQuote && _sAliasName.getLength() ) in quoteTableAlias()

Completed in 52 milliseconds