Home
last modified time | relevance | path

Searched refs:cQuote (Results 1 – 17 of 17) sorted by path

/trunk/main/sax/source/tools/
H A Dconverter.cxx1608 sal_Unicode cQuote = 0; in indexOfComma() local
1616 if( 0 == cQuote ) in indexOfComma()
1617 cQuote = c; in indexOfComma()
1618 else if( '\'' == cQuote ) in indexOfComma()
1619 cQuote = 0; in indexOfComma()
1623 if( 0 == cQuote ) in indexOfComma()
1624 cQuote = c; in indexOfComma()
1625 else if( '\"' == cQuote ) in indexOfComma()
1626 cQuote = 0; in indexOfComma()
1630 if( 0 == cQuote ) in indexOfComma()
/trunk/main/sc/inc/
H A Dglobal.hxx675 … SC_DLLPUBLIC static bool IsQuoted( const String& rString, sal_Unicode cQuote = '\'' );
681 SC_DLLPUBLIC static void AddQuotes( String& rString, sal_Unicode cQuote = '\'', bool…
688 SC_DLLPUBLIC static void EraseQuotes( String& rString, sal_Unicode cQuote = '\'', bo…
698 …oted( const String& rString, sal_Unicode cChar, xub_StrLen nStart = 0, sal_Unicode cQuote = '\'' );
704 …_Unicode* FindUnquoted( const sal_Unicode* pString, sal_Unicode cChar, sal_Unicode cQuote = '\'' );
H A Drangeutl.hxx118 sal_Unicode cQuote = '\'');
128 sal_Unicode cQuote = '\'');
135 sal_Unicode cQuote = '\'');
140 sal_Unicode cQuote = '\'');
150 sal_Unicode cQuote = '\'');
158 sal_Unicode cQuote = '\'');
165 sal_Unicode cQuote = '\'');
174 sal_Unicode cQuote = '\'');
184 sal_Unicode cQuote = '\'');
192 sal_Unicode cQuote = '\'');
[all …]
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx1103 const sal_Unicode cQuote = '\''; in lcl_Dequote() local
1105 if ( rSource.GetChar(nStartPos) == cQuote ) in lcl_Dequote()
1114 if ( cNext == cQuote ) in lcl_Dequote()
1116 if ( nPos+1 < nLen && rSource.GetChar(nPos+1) == cQuote ) in lcl_Dequote()
H A Dglobal.cxx809 …String.Len() >= 2) && (rString.GetChar( 0 ) == cQuote) && (rString.GetChar( rString.Len() - 1 ) ==… in IsQuoted()
817 pQ[0] = pQ[1] = cQuote; in AddQuotes()
820 rString.SearchAndReplaceAll( cQuote, aQuotes); in AddQuotes()
822 rString.Insert( cQuote, 0 ).Append( cQuote ); in AddQuotes()
827 if ( IsQuoted( rString, cQuote ) ) in EraseQuotes()
833 pQ[0] = pQ[1] = cQuote; in EraseQuotes()
836 rString.SearchAndReplaceAll( aQuotes, cQuote); in EraseQuotes()
851 else if (*p == cQuote) in FindUnquoted()
855 else if (p < pStop-1 && *(p+1) == cQuote) in FindUnquoted()
873 else if (*p == cQuote) in FindUnquoted()
[all …]
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx3351 const sal_Unicode cQuote = '\"'; in AutoCorrectParsedSymbol() local
3356 if ( c1 == cQuote && c2 != cQuote ) in AutoCorrectParsedSymbol()
3365 aCorrectedSymbol.SetChar( nPos, cQuote ); // '"' the 255th character in AutoCorrectParsedSymbol()
3367 aCorrectedSymbol.Insert( cQuote, nPos + 1 ); in AutoCorrectParsedSymbol()
3370 else if ( c1 != cQuote && c2 == cQuote ) in AutoCorrectParsedSymbol()
3372 aCorrectedSymbol.Insert( cQuote, 0 ); in AutoCorrectParsedSymbol()
H A Drangeutl.cxx375 sal_Unicode cQuote ) in IndexOf() argument
416 sal_Unicode cQuote) in GetTokenByOffset() argument
467 sal_Unicode cQuote ) in GetAddressFromString() argument
486 sal_Unicode cQuote ) in GetRangeFromString() argument
537 sal_Unicode cQuote ) in GetRangeListFromString() argument
563 sal_Unicode cQuote ) in GetAreaFromString() argument
589 sal_Unicode cQuote ) in GetAddressFromString() argument
608 sal_Unicode cQuote ) in GetRangeFromString() argument
626 sal_Unicode cQuote ) in GetRangeListFromString() argument
787 rBuf.append(cQuote); in lcl_appendCellAddress()
[all …]
H A Dreftokenhelper.cxx48 const sal_Unicode cQuote = '\''; in compileRangeRepresentation() local
60 ScRangeStringConverter::GetTokenByOffset(aToken, aRangeStr, nOffset, cSep, cQuote); in compileRangeRepresentation()
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx794 static void lcl_WriteString( SvStream& rStrm, String& rString, sal_Unicode cQuote, sal_Unicode cEsc… in lcl_WriteString() argument
799 if (cQuote) in lcl_WriteString()
801 rString.Insert( cQuote, 0 ); in lcl_WriteString()
802 rString.Append( cQuote ); in lcl_WriteString()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx2142 const sal_Unicode cQuote = '\''; in convertRangeFromXML() local
2154 ScRangeStringConverter::GetTokenByOffset( sToken, sXMLRange, nOffset, cSep, cQuote ); in convertRangeFromXML()
2161 sal_Int32 nIndex = ScRangeStringConverter::IndexOf( sToken, ':', 0, cQuote ); in convertRangeFromXML()
/trunk/main/sdext/source/presenter/
H A DPresenterHelpView.cxx711 const sal_Char cQuote ('\''); in SplitText() local
720 const sal_Int32 nQuoteIndex (rsText.indexOf(cQuote, nIndex)); in SplitText()
/trunk/main/svl/inc/svl/
H A Dzformat.hxx367 sal_Unicode cQuote = '"',
383 sal_Unicode cQuote = '"',
/trunk/main/svl/source/numbers/
H A Dzformat.cxx4540 sal_Unicode cQuote, sal_Unicode cEscIn, sal_Unicode cEscOut ) in IsInQuote() argument
4551 if ( *p == cQuote ) in IsInQuote()
4574 sal_Unicode cQuote, sal_Unicode cEscIn, sal_Unicode cEscOut ) in GetQuoteEnd() argument
4579 if ( !IsInQuote( rStr, nPos, cQuote, cEscIn, cEscOut ) ) in GetQuoteEnd()
4581 if ( rStr.GetChar( nPos ) == cQuote ) in GetQuoteEnd()
4590 if ( *p == cQuote && p > p0 && *(p-1) != cEscIn ) in GetQuoteEnd()
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx452 sal_Unicode cQuote = 0U; in ScanText() local
701 if( '>'==cBreak && !cQuote ) in ScanText()
722 cQuote = nNextCh; in ScanText()
723 else if( cQuote && (cQuote==nNextCh ) ) in ScanText()
724 cQuote = 0U; in ScanText()
829 if( (nNextCh==cBreak && !cQuote) || in ScanText()
/trunk/main/sw/source/filter/html/
H A Dcss1atr.cxx1228 sal_Unicode cQuote, sal_Bool bGeneric ) in PrepareFontList() argument
1273 if( cQuote && !bIsKeyword ) in PrepareFontList()
1274 rNames += cQuote; in PrepareFontList()
1276 if( cQuote && !bIsKeyword ) in PrepareFontList()
1277 rNames += cQuote; in PrepareFontList()
2666 sal_Unicode cQuote = nMode == CSS1_OUTMODE_RULE_ON ? '\"' : '\''; in OutCSS1_SvxFont() local
2667 SwHTMLWriter::PrepareFontList( ((const SvxFontItem&)rHt), sOut, cQuote, in OutCSS1_SvxFont()
H A Dwrthtml.hxx485 sal_Unicode cQuote, sal_Bool bGeneric );
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx1324 sal_Unicode cQuote = 0; in indexOfComma() local
1332 if( 0 == cQuote ) in indexOfComma()
1333 cQuote = c; in indexOfComma()
1334 else if( '\'' == cQuote ) in indexOfComma()
1335 cQuote = 0; in indexOfComma()
1339 if( 0 == cQuote ) in indexOfComma()
1340 cQuote = c; in indexOfComma()
1341 else if( '\"' == cQuote ) in indexOfComma()
1342 cQuote = 0; in indexOfComma()
1346 if( 0 == cQuote ) in indexOfComma()

Completed in 213 milliseconds