Searched refs:idstr (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | databases.cxx | 773 const sal_Unicode* idstr = ids.getStr(); in init() local 782 id.push_back( rtl::OUString( &idstr[k],h-k ) ); in init() 783 anchor.push_back( rtl::OUString( &idstr[h+1],idx-h-1 ) ); in init() 787 id.push_back( rtl::OUString( &idstr[k],idx-k ) ); in init()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | docxattributeoutput.cxx | 416 OString idstr = OString::valueOf( sal_Int32( m_postitFieldsMaxId )); in WriteCommentRanges() local 417 …m_pSerializer->singleElementNS( XML_w, XML_commentRangeStart, FSNS( XML_w, XML_id ), idstr.getStr(… in WriteCommentRanges() 422 OString idstr = OString::valueOf( sal_Int32( m_postitFieldsMaxId )); in WriteCommentRanges() local 423 …m_pSerializer->singleElementNS( XML_w, XML_commentRangeEnd, FSNS( XML_w, XML_id ), idstr.getStr(),… in WriteCommentRanges()
|
Completed in 64 milliseconds