Searched refs:BSTRING (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/l10ntools/layout/ |
H A D | layoutparse.cxx | 27 #define BSTRING( str ) ByteString( str, RTL_TEXTENCODING_UTF8 ) macro 58 else if ( ! BSTRING( *lst->GetObject( i ) ).CompareTo( "_", 1 ) ) in interestingAttributes() 72 ByteString id = BSTRING( (*i++)->GetValue() ); in HandleElement() 80 ByteString value = BSTRING( ( *i )->GetValue() ); in HandleElement() 86 attributeId += BSTRING ( **i ); in HandleElement() 103 id.GetBuffer(), BSTRING( sFileName ).GetBuffer() ); in InsertL10NElement()
|
H A D | tralay.cxx | 39 #define BSTRING( str ) ByteString( str, RTL_TEXTENCODING_UTF8 ) macro 188 ByteString id = BSTRING( (*i++)->GetValue() ); in translateElement() 192 attributeId += BSTRING ( **i ); in translateElement() 205 translation = BSTRING( ( *i )->GetValue() ); in translateElement()
|
/aoo4110/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 249 #define BSTRING(x) ByteString( x, osl_getThreadTextEncoding() ) macro 750 BSTRING( pKey->getKey() ).GetBuffer(), in PPDParser() 751 BSTRING( pKey->m_aUITranslation ).GetBuffer(), in PPDParser() 772 BSTRING( pValue->m_aOption ).GetBuffer(), in PPDParser() 773 BSTRING( pValue->m_aOptionTranslation ).GetBuffer(), in PPDParser() 775 BSTRING( pValue->m_aValue ).GetBuffer(), in PPDParser() 776 BSTRING( pValue->m_aValueTranslation ).GetBuffer() ); in PPDParser() 783 BSTRING( cit->m_pKey1->getKey() ).GetBuffer(), in PPDParser() 784 cit->m_pOption1 ? BSTRING( cit->m_pOption1->m_aOption ).GetBuffer() : "<nil>", in PPDParser() 785 BSTRING( cit->m_pKey2->getKey() ).GetBuffer(), in PPDParser() [all …]
|
Completed in 41 milliseconds