/aoo42x/main/connectivity/source/commontools/ |
H A D | DateConversion.cxx | 58 ::rtl::OUString DBTypeConversion::toSQLString(sal_Int32 eType, const Any& _rVal, sal_Bool bQuote, in toSQLString() argument 90 if (bQuote) in toSQLString() 108 if (bQuote) in toSQLString() 148 if (bQuote) in toSQLString() 151 if (bQuote) in toSQLString() 178 if (bQuote) in toSQLString() 181 if (bQuote) in toSQLString() 205 if (bQuote) in toSQLString() 208 if (bQuote) in toSQLString()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | reffind.cxx | 52 inline sal_Bool IsText( sal_Bool& bQuote, sal_Unicode c ) in IsText() argument 56 bQuote = !bQuote; in IsText() 59 if ( bQuote ) in IsText() 123 sal_Bool bQuote = sal_False; in ToggleRel() local 125 while ( nEEnd <= nEndPos && IsText(bQuote,pSource[nEEnd]) ) in ToggleRel()
|
H A D | compiler.cxx | 1964 bool bQuote = false; in NextSymbol() local 2215 if ( !bQuote ) in NextSymbol() 2218 bQuote = true; // "" => literal " in NextSymbol() 2223 bQuote = false; in NextSymbol() 2225 if ( !bQuote ) in NextSymbol() 2672 sal_Bool bQuote = ((cSymbol[0] == '"') && (cSymbol[nLen] == '"')); in IsString() local 2673 if ((bQuote ? nLen-2 : nLen) > MAXSTRLEN-1) in IsString() 2678 if ( bQuote ) in IsString()
|
/aoo42x/main/xmloff/source/style/ |
H A D | fonthdl.cxx | 174 sal_Bool bQuote = sal_False; in exportXML() local 180 bQuote = sal_True; in exportXML() 184 if( bQuote ) in exportXML() 187 if( bQuote ) in exportXML()
|
H A D | xmlnumfi.cxx | 829 sal_Bool bQuote = sal_True; in lcl_EnquoteIfNecessary() local 840 bQuote = sal_False; in lcl_EnquoteIfNecessary() 877 bQuote = sal_False; in lcl_EnquoteIfNecessary() 882 if ( bQuote ) in lcl_EnquoteIfNecessary()
|
/aoo42x/main/svl/source/misc/ |
H A D | inettype.cxx | 1237 bool bQuote = false; in appendUSASCIIParameter() local 1248 bQuote = true; in appendUSASCIIParameter() 1252 if (bQuote) in appendUSASCIIParameter() 1293 bool bQuote = false; in appendUSASCIIParameter() local 1304 bQuote = true; in appendUSASCIIParameter() 1308 if (bQuote) in appendUSASCIIParameter()
|
/aoo42x/main/i18npool/source/characterclassification/ |
H A D | cclass_unicode_parser.cxx | 726 bool bQuote = false; in parseText() local 780 bQuote = true; in parseText() 895 if ( bQuote ) in parseText() 912 else if ( bQuote ) in parseText() 965 bQuote = false; in parseText()
|
/aoo42x/main/xmloff/source/forms/ |
H A D | propertyexport.cxx | 511 const sal_Bool bQuote = 0 != sQuote.getLength(); in exportStringSequenceAttribute() local 527 if (bQuote) in exportStringSequenceAttribute() 530 if (bQuote) in exportStringSequenceAttribute()
|
/aoo42x/main/unotools/source/i18n/ |
H A D | localedatawrapper.cxx | 803 sal_Bool bQuote = sal_False; in scanCurrFormatImpl() local 806 if ( bQuote ) in scanCurrFormatImpl() 809 bQuote = sal_False; in scanCurrFormatImpl() 817 bQuote = sal_True; in scanCurrFormatImpl()
|
/aoo42x/main/connectivity/source/parse/ |
H A D | sqlnode.cxx | 175 ,bQuote(_bQuote) in SQLParseNodeParameter() 439 aNewParam.bQuote = ( SQL_ISRULE(this,length_exp) || SQL_ISRULE(this,char_value_fct) ); in impl_parseNodeToString_throw() 442 aNewParam.bQuote = rParam.bQuote; in impl_parseNodeToString_throw() 635 if ( rParam.bQuote ) in impl_parseTableNameNodeToString_throw() 2486 if (rParam.bQuote) in parseLeaf()
|
/aoo42x/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.cxx | 749 bool bQuote = ( nPass <= 2 ); in saveField() local 753 if ( bQuote ) in saveField() 863 sal_Bool bQuote = sal_False; in saveField() local 872 bQuote = sal_True; in saveField() 880 …ild(function)->parseNodeToStr( sParameters, xConnection, &rParser.getContext(), sal_True, bQuote ); in saveField()
|
/aoo42x/main/connectivity/inc/connectivity/ |
H A D | dbconversion.hxx | 158 …tl::OUString toSQLString(sal_Int32 eType, const ::com::sun::star::uno::Any& _rVal, sal_Bool bQuote,
|
H A D | sqlnode.hxx | 96 bool bQuote : 1; /// should we quote identifiers? member
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh.cxx | 416 sal_Bool bQuote = sal_True; // Dokumentenname ist immer quoted in AfterXMLLoading() local 418 while ( bQuote && *pNameBuffer ) in AfterXMLLoading() 421 bQuote = sal_False; in AfterXMLLoading()
|