Searched refs:IsText (Results 1 – 10 of 10) sorted by relevance
47 inline sal_Bool IsText( sal_Unicode c ) in IsText() function52 inline sal_Bool IsText( sal_Bool& bQuote, sal_Unicode c ) in IsText() function61 return IsText( c ); in IsText()101 while (nStartPos > 0 && IsText(pSource[nStartPos - 1]) ) in ToggleRel()105 while (nEndPos+1 < nLen && IsText(pSource[nEndPos + 1]) ) in ToggleRel()120 while ( nEStart <= nEndPos && !IsText(pSource[nEStart]) ) in ToggleRel()125 while ( nEEnd <= nEndPos && IsText(bQuote,pSource[nEEnd]) ) in ToggleRel()
97 if ( IsText("<!--") ) in Parse()116 if ( IsText("<?xml") ) in Parse_XmlDeclaration()126 if ( IsText("<!DOCTYPE") ) in Parse_Doctype()282 X2CParser::IsText( const char * i_sComparedText ) in IsText() function in X2CParser
93 bool IsText(
353 sal_Bool ONDXKey::IsText(sal_Int32 eType) in IsText() function in ONDXKey368 …if (rKey.getValue().isNull() || (rKey.IsText(getDBType()) && !rKey.getValue().getString().getLengt… in Compare()375 if (getValue().isNull() || (IsText(getDBType()) && !getValue().getString().getLength())) in Compare()380 else if (IsText(getDBType())) in Compare()
781 sal_Bool ONDXKey::IsText(sal_Int32 eType) in IsText() function in ONDXKey794 …if (rKey.getValue().isNull() || (rKey.IsText(getDBType()) && !rKey.getValue().getString().getLengt… in Compare()801 if (getValue().isNull() || (IsText(getDBType()) && !getValue().getString().getLength())) in Compare()806 else if (IsText(getDBType())) in Compare()
741 if( !bForceReadingPerByte && IsText() ) in Read()799 if( IsText() ) in Write()
3154 if ( pSbStrm->IsText() ) in RTLFUNC()3227 else if ( pSbStrm->IsText() ) in RTLFUNC()
67 bool IsText() const { return (nMode & SBSTRM_BINARY) == 0; } in IsText() function in SbiStream
122 sal_Bool IsText() const {return m_aHeader.db_keytype == 0;} in IsText() function in connectivity::dbase::ODbaseIndex
79 static sal_Bool IsText(sal_Int32 eType);
Completed in 62 milliseconds