| /trunk/main/xmlhelp/source/cxxhelp/provider/ |
| H A D | content.cxx | 453 xRow->appendString( in getPropertyValues() 458 xRow->appendString ( rProp,m_aURLParameter.get_title() ); in getPropertyValues() 473 xRow->appendString( in getPropertyValues() 477 xRow->appendString( in getPropertyValues() 481 xRow->appendString( in getPropertyValues() 484 xRow->appendString( in getPropertyValues() 559 xRow->appendString( rProp,m_aURLParameter.get_tag() ); in getPropertyValues()
|
| /trunk/main/ucb/source/ucp/odma/ |
| H A D | odma_content.cxx | 651 xRow->appendString ( rProp, rData->m_sContentType ); in getPropertyValues() 656 xRow->appendString ( rProp, rData->m_sTitle ); in getPropertyValues() 686 xRow->appendString ( rProp, rData->m_sAuthor ); in getPropertyValues() 691 xRow->appendString ( rProp, rData->m_sSubject ); in getPropertyValues() 696 xRow->appendString ( rProp, rData->m_sKeywords ); in getPropertyValues() 740 xRow->appendString ( in getPropertyValues() 747 xRow->appendString ( in getPropertyValues() 790 xRow->appendString ( in getPropertyValues() 796 xRow->appendString ( in getPropertyValues() 802 xRow->appendString ( in getPropertyValues()
|
| /trunk/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 +…
|
| /trunk/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()
|
| /trunk/main/ucbhelper/inc/ucbhelper/ |
| H A D | propertyvalueset.hxx | 162 void appendString( const ::rtl::OUString& rPropName, const ::rtl::OUString& rValue ); 163 void appendString( const sal_Char* pAsciiPropName, const ::rtl::OUString& rValue ) in appendString() function in ucbhelper::PropertyValueSet 165 appendString( ::rtl::OUString::createFromAscii( pAsciiPropName ), rValue ); in appendString() 167 … void appendString( const ::com::sun::star::beans::Property& rProp, const ::rtl::OUString& rValue ) in appendString() function in ucbhelper::PropertyValueSet 169 appendString( rProp.Name, rValue ); in appendString()
|
| /trunk/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];
|
| /trunk/main/ucb/source/ucp/ext/ |
| H A D | ucpext_content.cxx | 408 xRow->appendString ( rProp, ContentProvider::getArtificialNodeContentType() ); in getArtificialNodePropertyValues() 412 xRow->appendString ( rProp, i_rTitle ); in getArtificialNodePropertyValues() 432 xRow->appendString ( Property( ::rtl::OUString::createFromAscii( "ContentType" ), in getArtificialNodePropertyValues() 437 xRow->appendString ( Property( ::rtl::OUString::createFromAscii( "Title" ), in getArtificialNodePropertyValues()
|
| /trunk/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()
|
| /trunk/main/ucbhelper/workben/myucp/ |
| H A D | myucp_content.cxx | 506 xRow->appendString ( rProp, rData.aContentType ); in getPropertyValues() 511 xRow->appendString ( rProp, rData.aTitle ); in getPropertyValues() 573 xRow->appendString ( in getPropertyValues() 580 xRow->appendString ( in getPropertyValues()
|
| /trunk/main/ucb/source/ucp/hierarchy/ |
| H A D | hierarchycontent.cxx | 985 xRow->appendString ( rProp, rData.getContentType() ); in getPropertyValues() 990 xRow->appendString ( rProp, rData.getTitle() ); in getPropertyValues() 1014 xRow->appendString( rProp, rData.getTargetURL() ); in getPropertyValues() 1053 xRow->appendString ( in getPropertyValues() 1060 xRow->appendString ( in getPropertyValues() 1083 xRow->appendString( in getPropertyValues()
|
| /trunk/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 | 832 xRow->appendString(seqProp[i],aDirEntry.m_aName); in getPropertyValues() 838 xRow->appendString(seqProp[i], in getPropertyValues()
|
| /trunk/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()
|
| /trunk/main/ucb/source/ucp/package/ |
| H A D | pkgcontent.cxx | 868 xRow->appendString ( rProp, rData.aContentType ); in getPropertyValues() 873 xRow->appendString ( rProp, rData.aTitle ); in getPropertyValues() 896 xRow->appendString ( rProp, rData.aMediaType ); in getPropertyValues() 970 xRow->appendString ( in getPropertyValues() 978 xRow->appendString( in getPropertyValues() 1011 xRow->appendString( in getPropertyValues()
|
| /trunk/main/ucb/source/ucp/tdoc/ |
| H A D | tdoc_content.cxx | 1012 xRow->appendString ( rProp, rData.getContentType() ); in getPropertyValues() 1017 xRow->appendString ( rProp, rData.getTitle() ); in getPropertyValues() 1096 xRow->appendString ( in getPropertyValues() 1106 xRow->appendString ( in getPropertyValues()
|
| /trunk/main/ucb/source/ucp/gvfs/ |
| H A D | gvfs_content.cxx | 595 xRow->appendString( rProp, GnomeToOUString( m_info.name ) ); in getPropertyValues() 599 xRow->appendString( rProp, getContentType () ); in getPropertyValues()
|
| /trunk/main/ucbhelper/source/provider/ |
| H A D | propertyvalueset.cxx | 661 void PropertyValueSet::appendString( const ::rtl::OUString& rPropName, in appendString() function in ucbhelper::PropertyValueSet
|
| /trunk/main/apple_remote/source/ |
| H A D | HIDRemoteControlDevice.m | 354 [cookieString appendString:[NSString stringWithFormat:@"%d_", event.elementCookie]];
|
| /trunk/main/ucb/source/ucp/gio/ |
| H A D | gio_content.cxx | 430 … xRow->appendString( rProp, rtl::OUString(pName, strlen(pName), RTL_TEXTENCODING_UTF8) ); in getPropertyValuesFromGFileInfo()
|
| /trunk/main/oox/inc/oox/dump/ |
| H A D | dumperbase.hxx | 311 …static void appendString( ::rtl::OUStringBuffer& rStr, const ::rtl::OUString& rData, sal_I…
|