Lines Matching refs:bEscapePending
1989 ::rtl::OUString& aLine, bool& bEscapePending, const sal_Unicode*& pBuf, in CheckContinueInNextLine() argument
1992 if( i == nLen && bEscapePending ) in CheckContinueInNextLine()
1994 bEscapePending = false; in CheckContinueInNextLine()
2056 bool bEscapePending = false; in implReadPropertiesFile() local
2061 if( bEscapePending ) in implReadPropertiesFile()
2064 bEscapePending = false; in implReadPropertiesFile()
2070 bEscapePending = true; in implReadPropertiesFile()
2082 CheckContinueInNextLine( xTextInputStream, aLine, bEscapePending, pBuf, nLen, i ); in implReadPropertiesFile()
2098 bEscapePending = false; in implReadPropertiesFile()
2109 if( bEscapePending ) in implReadPropertiesFile()
2112 bEscapePending = false; in implReadPropertiesFile()
2115 bEscapePending = true; in implReadPropertiesFile()
2120 CheckContinueInNextLine( xTextInputStream, aLine, bEscapePending, pBuf, nLen, i ); in implReadPropertiesFile()