Home
last modified time | relevance | path

Searched refs:bQuote (Results 1 – 14 of 14) sorted by last modified time

/trunk/main/xmloff/source/forms/
H A Dpropertyexport.cxx511 const sal_Bool bQuote = 0 != sQuote.getLength(); in exportStringSequenceAttribute() local
527 if (bQuote) in exportStringSequenceAttribute()
530 if (bQuote) in exportStringSequenceAttribute()
/trunk/main/xmloff/source/style/
H A Dxmlnumfi.cxx829 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()
H A Dfonthdl.cxx174 sal_Bool bQuote = sal_False; in exportXML() local
180 bQuote = sal_True; in exportXML()
184 if( bQuote ) in exportXML()
187 if( bQuote ) in exportXML()
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx803 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()
/trunk/main/svl/source/misc/
H A Dinettype.cxx1237 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()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx416 sal_Bool bQuote = sal_True; // Dokumentenname ist immer quoted in AfterXMLLoading() local
418 while ( bQuote && *pNameBuffer ) in AfterXMLLoading()
421 bQuote = sal_False; in AfterXMLLoading()
/trunk/main/sc/source/core/tool/
H A Dreffind.cxx52 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 Dcompiler.cxx1964 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()
/trunk/main/i18npool/source/characterclassification/
H A Dcclass_unicode_parser.cxx726 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()
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx749 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()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx175 ,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()
/trunk/main/connectivity/source/commontools/
H A DDateConversion.cxx58 ::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()
/trunk/main/connectivity/inc/connectivity/
H A Dsqlnode.hxx96 bool bQuote : 1; /// should we quote identifiers? member
H A Ddbconversion.hxx158 …tl::OUString toSQLString(sal_Int32 eType, const ::com::sun::star::uno::Any& _rVal, sal_Bool bQuote,

Completed in 114 milliseconds