Searched refs:bUnicode (Results 1 – 11 of 11) sorted by relevance
/trunk/main/svl/inc/svl/ |
H A D | httpcook.hxx | 101 void read (SvStream& rStrm, bool bUnicode) in read() 103 SfxPoolItem::readUnicodeString(rStrm, m_aName, bUnicode); in read() 104 SfxPoolItem::readUnicodeString(rStrm, m_aValue, bUnicode); in read() 105 SfxPoolItem::readUnicodeString(rStrm, m_aDomain, bUnicode); in read() 106 SfxPoolItem::readUnicodeString(rStrm, m_aPath, bUnicode); in read()
|
H A D | poolitem.hxx | 276 bool bUnicode);
|
/trunk/main/oox/source/ole/ |
H A D | olehelper.cxx | 94 OUString lclReadStdHlinkString( BinaryInputStream& rInStrm, bool bUnicode ) in lclReadStdHlinkString() argument 102 …aRet = bUnicode ? rInStrm.readUnicodeArray( nReadChars, true ) : rInStrm.readCharArrayUC( nReadCha… in lclReadStdHlinkString() 108 rInStrm.skip( (bUnicode ? 2 : 1) * (nChars - nReadChars) ); in lclReadStdHlinkString()
|
/trunk/main/svl/source/items/ |
H A D | poolitem.cxx | 235 bool bUnicode) in readUnicodeString() argument 238 bUnicode ? RTL_TEXTENCODING_UCS2 : in readUnicodeString()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | wrtww8.cxx | 1794 xub_StrLen nLen, bool bUnicode, rtl_TextEncoding eChrSet) in OutSwString() argument 1803 if ( bUnicode != pPiece->IsUnicode() ) in OutSwString() 1804 pPiece->AppendPc ( Strm().Tell(), bUnicode ); in OutSwString() 1814 if (bUnicode) in OutSwString() 1825 if (bUnicode) in OutSwString()
|
H A D | ww8scan.cxx | 4035 bool bUnicode = (0xFFFF == nLen2); in WW8ReadSTTBF() local 4036 if( bUnicode ) in WW8ReadSTTBF() 4045 if( bUnicode ) in WW8ReadSTTBF() 4079 if( bUnicode ) in WW8ReadSTTBF()
|
H A D | ww8atr.cxx | 1843 bool bUnicode = IsUnicode(); in OutputField() local 1859 if (bUnicode) in OutputField() 1918 if( bUnicode ) in OutputField()
|
H A D | wrtww8.hxx | 1061 bool bUnicode, rtl_TextEncoding eChrSet);
|
/trunk/main/oox/inc/oox/dump/ |
H A D | oledumper.hxx | 92 ::rtl::OUString dumpHyperlinkString( const String& rName, bool bUnicode );
|
/trunk/main/oox/source/dump/ |
H A D | oledumper.cxx | 169 OUString StdHlinkObject::dumpHyperlinkString( const String& rName, bool bUnicode ) in dumpHyperlinkString() argument 171 return bUnicode ? dumpUniString32( rName ) : dumpAnsiString32( rName ); in dumpHyperlinkString()
|
/trunk/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.cxx | 3649 bool bUnicode = (0xFFFF == nLen2); in WW8ReadSTTBF() local 3650 if( bUnicode ) in WW8ReadSTTBF() 3659 if( bUnicode ) in WW8ReadSTTBF()
|
Completed in 145 milliseconds