/aoo42x/main/ucb/source/ucp/odma/ |
H A D | odma_content.cxx | 660 xRow->appendString ( rProp, rData->m_sContentType ); in getPropertyValues() 665 xRow->appendString ( rProp, rData->m_sTitle ); in getPropertyValues() 695 xRow->appendString ( rProp, rData->m_sAuthor ); in getPropertyValues() 700 xRow->appendString ( rProp, rData->m_sSubject ); in getPropertyValues() 705 xRow->appendString ( rProp, rData->m_sKeywords ); in getPropertyValues() 749 xRow->appendString ( in getPropertyValues() 756 xRow->appendString ( in getPropertyValues() 799 xRow->appendString ( in getPropertyValues() 805 xRow->appendString ( in getPropertyValues() 811 xRow->appendString ( in getPropertyValues()
|
/aoo42x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | content.cxx | 462 xRow->appendString( in getPropertyValues() 467 xRow->appendString ( rProp,m_aURLParameter.get_title() ); in getPropertyValues() 482 xRow->appendString( in getPropertyValues() 486 xRow->appendString( in getPropertyValues() 490 xRow->appendString( in getPropertyValues() 493 xRow->appendString( in getPropertyValues() 568 xRow->appendString( rProp,m_aURLParameter.get_tag() ); in getPropertyValues()
|
/aoo42x/main/vcl/aqua/source/a11y/ |
H A D | aqua11ywrapper.mm | 161 [ methodName appendString: @"set" ]; 166 [ methodName appendString: [ firstChar lowercaseString ] ]; 168 [ methodName appendString: firstChar ]; 170 … [ methodName appendString: [ attribute substringFromIndex: 3 ] ]; // append rest of attribute name 172 [ methodName appendString: @"Attribute" ]; 174 [ methodName appendString: @"ForElement:to:" ]; 176 [ methodName appendString: @"ForParameter:" ]; 433 [ value appendString: @"radio button " ]; 434 [ value appendString: [ nIndex stringValue ] ]; 435 [ value appendString: @" of " ]; [all …]
|
H A D | aqua11ytextwrapper.mm | 187 …[ textRange appendString: CreateNSString ( [ wrapper accessibleText ] -> getTextRange ( loc, loc +…
|
/aoo42x/main/sal/qa/rtl/strings/ |
H A D | test_oustring_endswith.cxx | 39 void appendString(rtl::OStringBuffer & buffer, rtl::OString const & string) in appendString() function 97 appendString(msg, rtl::OString(data[i].str1, data[i].str1Len)); in TEST_F() 100 appendString(msg, rtl::OString(data[i].str2, data[i].str2Len)); in TEST_F()
|
H A D | test_oustringbuffer_utf32.cxx | 34 void appendString(rtl::OUStringBuffer & buffer, rtl::OUString const & string) { in appendString() function 59 appendString(message, string1); in createMessage() 61 appendString(message, string2); in createMessage()
|
/aoo42x/main/extensions/source/macosx/spotlight/ |
H A D | OOoContentDataParser.m | 82 [textContent appendString:@" "]; 86 [textContent appendString:[NSString stringWithString:runningTextContent]]; 99 [runningTextContent appendString:string];
|
H A D | OOoMetaDataParser.m | 183 [textCurrentElement appendString:string];
|
/aoo42x/main/ucbhelper/inc/ucbhelper/ |
H A D | propertyvalueset.hxx | 204 void appendString( const ::rtl::OUString& rPropName, const ::rtl::OUString& rValue ); 205 void appendString( const sal_Char* pAsciiPropName, const ::rtl::OUString& rValue ) in appendString() function in ucbhelper::PropertyValueSet 207 appendString( ::rtl::OUString::createFromAscii( pAsciiPropName ), rValue ); in appendString() 209 void appendString( const ::com::sun::star::beans::Property& rProp, const ::rtl::OUString& rValue ) in appendString() function in ucbhelper::PropertyValueSet 211 appendString( rProp.Name, rValue ); in appendString()
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | ContentHelper.cxx | 507 xRow->appendString ( rProp, getContentType() ); in getPropertyValues() 511 xRow->appendString ( rProp, m_pImpl->m_aProps.aTitle ); in getPropertyValues() 536 xRow->appendString ( in getPropertyValues() 543 xRow->appendString ( in getPropertyValues()
|
/aoo42x/main/ucb/source/ucp/ext/ |
H A D | ucpext_content.cxx | 409 xRow->appendString ( rProp, ContentProvider::getArtificialNodeContentType() ); in getArtificialNodePropertyValues() 413 xRow->appendString ( rProp, i_rTitle ); in getArtificialNodePropertyValues() 433 xRow->appendString ( Property( ::rtl::OUString::createFromAscii( "ContentType" ), in getArtificialNodePropertyValues() 438 xRow->appendString ( Property( ::rtl::OUString::createFromAscii( "Title" ), in getArtificialNodePropertyValues()
|
/aoo42x/main/ucbhelper/workben/myucp/ |
H A D | myucp_content.cxx | 515 xRow->appendString ( rProp, rData.aContentType ); in getPropertyValues() 520 xRow->appendString ( rProp, rData.aTitle ); in getPropertyValues() 582 xRow->appendString ( in getPropertyValues() 589 xRow->appendString ( in getPropertyValues()
|
/aoo42x/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchycontent.cxx | 997 xRow->appendString ( rProp, rData.getContentType() ); in getPropertyValues() 1002 xRow->appendString ( rProp, rData.getTitle() ); in getPropertyValues() 1026 xRow->appendString( rProp, rData.getTargetURL() ); in getPropertyValues() 1065 xRow->appendString ( in getPropertyValues() 1072 xRow->appendString ( in getPropertyValues() 1095 xRow->appendString( in getPropertyValues()
|
/aoo42x/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetI.cxx | 69 xRow->appendString(seqProp[i], in ResultSetI() 73 xRow->appendString(seqProp[i],dirvec[n].m_aName); in ResultSetI()
|
H A D | ftpcontent.cxx | 845 xRow->appendString(seqProp[i],aDirEntry.m_aName); in getPropertyValues() 851 xRow->appendString(seqProp[i], in getPropertyValues()
|
/aoo42x/main/oox/source/dump/ |
H A D | dumperbase.cxx | 236 void StringHelper::appendString( OUStringBuffer& rStr, const OUString& rData, sal_Int32 nWidth, sal… in appendString() function in oox::dump::StringHelper 246 appendString( rStr, OUString::valueOf( static_cast< sal_Int32 >( nData ) ), nWidth, cFill ); in appendDec() 251 appendString( rStr, OUString::valueOf( static_cast< sal_Int32 >( nData ) ), nWidth, cFill ); in appendDec() 256 appendString( rStr, OUString::valueOf( static_cast< sal_Int32 >( nData ) ), nWidth, cFill ); in appendDec() 261 appendString( rStr, OUString::valueOf( static_cast< sal_Int32 >( nData ) ), nWidth, cFill ); in appendDec() 266 appendString( rStr, OUString::valueOf( static_cast< sal_Int64 >( nData ) ), nWidth, cFill ); in appendDec() 271 appendString( rStr, OUString::valueOf( nData ), nWidth, cFill ); in appendDec() 283 appendString( rStr, aBuffer.makeStringAndClear(), nWidth, cFill ); in appendDec() 288 appendString( rStr, OUString::valueOf( nData ), nWidth, cFill ); in appendDec() 293 …appendString( rStr, ::rtl::math::doubleToUString( fData, rtl_math_StringFormat_G, 15, '.', true ),… in appendDec()
|
/aoo42x/main/ucb/source/ucp/package/ |
H A D | pkgcontent.cxx | 879 xRow->appendString ( rProp, rData.aContentType ); in getPropertyValues() 884 xRow->appendString ( rProp, rData.aTitle ); in getPropertyValues() 907 xRow->appendString ( rProp, rData.aMediaType ); in getPropertyValues() 981 xRow->appendString ( in getPropertyValues() 989 xRow->appendString( in getPropertyValues() 1022 xRow->appendString( in getPropertyValues()
|
/aoo42x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_content.cxx | 1024 xRow->appendString ( rProp, rData.getContentType() ); in getPropertyValues() 1029 xRow->appendString ( rProp, rData.getTitle() ); in getPropertyValues() 1108 xRow->appendString ( in getPropertyValues() 1118 xRow->appendString ( in getPropertyValues()
|
/aoo42x/main/ucb/source/ucp/gvfs/ |
H A D | gvfs_content.cxx | 609 xRow->appendString( rProp, GnomeToOUString( m_info.name ) ); in getPropertyValues() 613 xRow->appendString( rProp, getContentType () ); in getPropertyValues()
|
/aoo42x/main/ucbhelper/source/provider/ |
H A D | propertyvalueset.cxx | 682 void PropertyValueSet::appendString( const ::rtl::OUString& rPropName, in appendString() function in ucbhelper::PropertyValueSet
|
/aoo42x/main/apple_remote/source/ |
H A D | HIDRemoteControlDevice.m | 354 [cookieString appendString:[NSString stringWithFormat:@"%d_", event.elementCookie]];
|
/aoo42x/main/ucb/source/ucp/gio/ |
H A D | gio_content.cxx | 433 … xRow->appendString( rProp, rtl::OUString(pName, strlen(pName), RTL_TEXTENCODING_UTF8) ); in getPropertyValuesFromGFileInfo()
|
/aoo42x/main/oox/inc/oox/dump/ |
H A D | dumperbase.hxx | 311 …static void appendString( ::rtl::OUStringBuffer& rStr, const ::rtl::OUString& rData, sal_I…
|