Home
last modified time | relevance | path

Searched refs:IsText (Results 1 – 10 of 10) sorted by path

/trunk/main/basic/source/inc/
H A Diosys.hxx67 bool IsText() const { return (nMode & SBSTRM_BINARY) == 0; } in IsText() function in SbiStream
/trunk/main/basic/source/runtime/
H A Diosys.cxx741 if( !bForceReadingPerByte && IsText() ) in Read()
799 if( IsText() ) in Write()
H A Dmethods.cxx3154 if ( pSbStrm->IsText() ) in RTLFUNC()
3227 else if ( pSbStrm->IsText() ) in RTLFUNC()
/trunk/main/connectivity/source/drivers/dbase/
H A DDNoException.cxx353 sal_Bool ONDXKey::IsText(sal_Int32 eType) in IsText() function in ONDXKey
368 …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()
H A Ddindexnode.cxx781 sal_Bool ONDXKey::IsText(sal_Int32 eType) in IsText() function in ONDXKey
794 …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()
/trunk/main/connectivity/source/inc/dbase/
H A DDIndex.hxx122 sal_Bool IsText() const {return m_aHeader.db_keytype == 0;} in IsText() function in connectivity::dbase::ODbaseIndex
H A Ddindexnode.hxx79 static sal_Bool IsText(sal_Int32 eType);
/trunk/main/sc/source/core/tool/
H A Dreffind.cxx47 inline sal_Bool IsText( sal_Unicode c ) in IsText() function
52 inline sal_Bool IsText( sal_Bool& bQuote, sal_Unicode c ) in IsText() function
61 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()
/trunk/main/xml2cmp/source/xcd/
H A Dparse.cxx97 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
H A Dparse.hxx93 bool IsText(

Completed in 48 milliseconds