/aoo42x/main/sc/source/core/tool/ |
H A D | rangeutl.cxx | 375 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 D | reftokenhelper.cxx | 48 const sal_Unicode cQuote = '\''; in compileRangeRepresentation() local 60 ScRangeStringConverter::GetTokenByOffset(aToken, aRangeStr, nOffset, cSep, cQuote); in compileRangeRepresentation()
|
H A D | compiler.cxx | 3351 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()
|
/aoo42x/main/sc/inc/ |
H A D | rangeutl.hxx | 118 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 …]
|
H A D | global.hxx | 675 … 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 = '\'' );
|
/aoo42x/main/sc/source/core/data/ |
H A D | global.cxx | 809 …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 …]
|
H A D | dpobject.cxx | 1103 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()
|
/aoo42x/main/sax/source/tools/ |
H A D | converter.cxx | 1608 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()
|
/aoo42x/main/xmloff/source/core/ |
H A D | xmluconv.cxx | 1324 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()
|
/aoo42x/main/svtools/source/svhtml/ |
H A D | parhtml.cxx | 452 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()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | css1atr.cxx | 1228 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 D | wrthtml.hxx | 485 sal_Unicode cQuote, sal_Bool bGeneric );
|
/aoo42x/main/svl/inc/svl/ |
H A D | zformat.hxx | 367 sal_Unicode cQuote = '"', 383 sal_Unicode cQuote = '"',
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterHelpView.cxx | 711 const sal_Char cQuote ('\''); in SplitText() local 720 const sal_Int32 nQuoteIndex (rsText.indexOf(cQuote, nIndex)); in SplitText()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | impex.cxx | 794 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()
|
/aoo42x/main/svl/source/numbers/ |
H A D | zformat.cxx | 4540 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()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | chart2uno.cxx | 2142 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()
|