/aoo42x/main/xml2cmp/source/xcd/ |
H A D | cr_index.cxx | 176 WriteStr(o_rOut, "<H3><BR>"); in WriteTableFromHeap() 177 WriteStr(o_rOut, i_sIndexValue ); in WriteTableFromHeap() 178 WriteStr(o_rOut, " -> "); in WriteTableFromHeap() 179 WriteStr(o_rOut, i_sIndexReference ); in WriteTableFromHeap() 180 WriteStr(o_rOut, "</H3>\n"); in WriteTableFromHeap() 182 WriteStr(o_rOut, C_sTableBegin); in WriteTableFromHeap() 184 WriteStr(o_rOut, C_sTableEnd); in WriteTableFromHeap() 216 WriteStr( o_rOut, pStart ); in WriteHeap() 221 WriteStr( o_rOut, pBreak ); in WriteHeap() 228 WriteStr( o_rOut, "<BR>" ); in WriteHeap() [all …]
|
H A D | main.cxx | 155 std::ostream & o_rOut, 270 StreamOut_TypeInfo( std::ostream & o_rOut, in StreamOut_TypeInfo() argument 302 WriteStr( o_rOut, i_sSeparator ); in StreamOut_TypeInfo() 308 WriteStr( o_rOut, sQuali ); in StreamOut_TypeInfo() 309 WriteStr( o_rOut, "." ); in StreamOut_TypeInfo() 310 o_rOut.write( pHeapTop->Key(), sEnd - pHeapTop->Key() ); in StreamOut_TypeInfo() 313 WriteStr( o_rOut, pHeapTop->Key() ); in StreamOut_TypeInfo()
|
/aoo42x/main/autodoc/source/display/html/ |
H A D | nav_main.cxx | 60 TableRow & o_rOut ); 67 MainItem::Write2( TableRow & o_rOut ) in Write2() argument 68 { do_Write2(o_rOut); } in Write2() 106 MainRowItem::do_Write2( TableRow & o_rOut ) in do_Write2() argument 108 TableCell & rCell = o_rOut.AddCell(); in do_Write2() 133 SelectedItem::do_Write2( TableRow & o_rOut ) in do_Write2() argument 135 TableCell & rCell = o_rOut.AddCell(); in do_Write2() 157 UnavailableItem::do_Write2( TableRow & o_rOut ) in do_Write2() argument 159 TableCell & rCell = o_rOut.AddCell(); in do_Write2() 237 MainRow::Write2( csi::xml::Element & o_rOut ) const in Write2() [all …]
|
H A D | navibar.cxx | 77 SubRowItem::Write2( Element & o_rOut ) const in Write2() 79 o_rOut << new Sbr; in Write2() 81 o_rOut << new XmlCode( "| " ); in Write2() 83 o_rOut << new XmlCode( " " ); in Write2() 87 o_rOut in Write2() 96 o_rOut in Write2() 155 SubRow::Write2( Table & o_rOut ) const in Write2() 158 o_rOut << pRow; in Write2() 282 NavigationBar::Write( Element & o_rOut, in Write() argument 285 pi->aMainRow.Write2( o_rOut ); in Write() [all …]
|
H A D | hdimpl.cxx | 210 Get_LinkedTypeText( csi::xml::Element & o_rOut, in Get_LinkedTypeText() argument 270 o_rOut in Get_LinkedTypeText() 274 ? o_rOut >> * new html::Link( sLink.c_str() ) in Get_LinkedTypeText() 275 : o_rOut; in Get_LinkedTypeText() 278 o_rOut in Get_LinkedTypeText() 382 ShowDocu_On( csi::xml::Element & o_rOut, in ShowDocu_On() argument 388 io_rDisplay.Assign_Out( o_rOut ); in ShowDocu_On() 395 WriteOut_TokenList( csi::xml::Element & o_rOut, in WriteOut_TokenList() argument 406 o_rOut << *it; in WriteOut_TokenList() 409 o_rOut << i_sSeparator << *it; in WriteOut_TokenList()
|
H A D | pm_class.cxx | 502 csi::xml::Element & o_rOut, 534 csi::xml::Element & o_rOut, 571 WriteNodeHierarchy( csi::xml::Element & o_rOut, in WriteNodeHierarchy() argument 584 rPre = o_rOut in WriteNodeHierarchy() 734 Node::Write2( csi::xml::Element & o_rOut, in Write2() argument 739 o_rOut in Write2() 747 pOut = & ( o_rOut >> *new xml::AnElement("span") ); in Write2()
|
H A D | hdimpl.hxx | 178 csi::xml::Element & o_rOut, 206 csi::xml::Element & o_rOut, 212 csi::xml::Element & o_rOut,
|
H A D | pm_aldef.cxx | 218 PageMaker_AllDefs::Write_DefsDocu( csi::xml::Element & o_rOut, in Write_DefsDocu() argument 228 adcdisp::ExplanationTable rList( o_rOut ); in Write_DefsDocu() 238 ShowDocu_On( o_rOut, *pDocuDisplay, i_rTextReplacement ); in Write_DefsDocu()
|
/aoo42x/main/autodoc/source/ary/cpp/ |
H A D | ca_ce.cxx | 417 Get_QualifiedName( o_rOut, in Get_QualifiedName() 421 o_rOut in Get_QualifiedName() 450 o_rOut << "( "; in Get_SignatureText() 451 Types().Get_TypeText(o_rOut, *it); in Get_SignatureText() 453 o_rOut << " " << (*itName); in Get_SignatureText() 457 o_rOut << ", "; in Get_SignatureText() 458 Types().Get_TypeText(o_rOut, *it); in Get_SignatureText() 466 o_rOut << " )"; in Get_SignatureText() 470 o_rOut << "( )"; in Get_SignatureText() 474 o_rOut << " const"; in Get_SignatureText() [all …]
|
H A D | usedtype.cxx | 519 List_TplParameter::Get_Text( StreamStr & o_rOut, in Get_Text() argument 527 o_rOut << "<>"; in Get_Text() 531 o_rOut << "< "; in Get_Text() 533 (*it)->Get_Text( o_rOut, i_rGate ); in Get_Text() 537 o_rOut << ", "; in Get_Text() 538 (*it)->Get_Text( o_rOut, i_rGate ); in Get_Text() 541 o_rOut << " >"; in Get_Text()
|
H A D | namechain.cxx | 93 NameSegment::Get_Text_AsScope( StreamStr & o_rOut, in Get_Text_AsScope() argument 96 o_rOut << sName; in Get_Text_AsScope() 98 pTemplate->Get_Text( o_rOut, i_rGate ); in Get_Text_AsScope()
|
H A D | tplparam.cxx | 60 TplParameter_Type::Get_Text( StreamStr & o_rOut, in Get_Text() argument 63 i_rGate.Types().Get_TypeText( o_rOut, nType ); in Get_Text()
|
H A D | tplparam.hxx | 53 StreamStr & o_rOut, 70 StreamStr & o_rOut,
|
/aoo42x/main/autodoc/inc/cosv/ |
H A D | ploc.hxx | 107 operator<<( csv::ostream & o_rOut, in operator <<() argument 110 i_rPath.Get(o_rOut); in operator <<() 111 return o_rOut; in operator <<() 116 operator<<( csv::bostream & o_rOut, in operator <<() argument 119 i_rPath.Get(o_rOut); in operator <<() 120 return o_rOut; in operator <<()
|
H A D | dirchain.hxx | 156 operator<<( csv::ostream & o_rOut, in operator <<() argument 159 i_rSubPath.Get(o_rOut, csv::ploc::Delimiter()); in operator <<() 160 return o_rOut; in operator <<() 164 operator<<( csv::bostream & o_rOut, in operator <<() argument 167 i_rSubPath.Get(o_rOut, csv::ploc::Delimiter()); in operator <<() 168 return o_rOut; in operator <<()
|
H A D | string.hxx | 361 operator<<( csv::ostream & o_rOut, 555 operator<<( csv::ostream & o_rOut, in operator <<() argument 557 { o_rOut << i_rSrc.c_str(); return o_rOut; } in operator <<()
|
/aoo42x/main/autodoc/inc/ary/cpp/ |
H A D | c_type.hxx | 69 StreamStr & o_rOut, 108 Type::Get_Text( StreamStr & o_rOut, in Get_Text() argument 111 inq_Get_Text( o_rOut, o_rOut, o_rOut, i_rGate ); in Get_Text()
|
/aoo42x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pnghelper.cxx | 82 sal_uInt32 PngHelper::deflateBuffer( const Output_t* i_pBuf, size_t i_nLen, OutputBuffer& o_rOut ) in deflateBuffer() argument 84 size_t nOrigSize = o_rOut.size(); in deflateBuffer() 105 o_rOut.resize( nOrigSize ); in deflateBuffer() 112 o_rOut.insert( o_rOut.end(), aOutBuf, aOutBuf+nCompressedBytes ); in deflateBuffer() 119 return sal_uInt32( o_rOut.size() - nOrigSize ); in deflateBuffer()
|
H A D | pnghelper.hxx | 37 static size_t startChunk( const char* pChunkName, OutputBuffer& o_rOut ); 38 static void endChunk( size_t nStart, OutputBuffer& o_rOut ); 57 … static sal_uInt32 deflateBuffer( const Output_t* i_pBuf, size_t i_nLen, OutputBuffer& o_rOut );
|
/aoo42x/main/autodoc/source/display/toolkit/ |
H A D | hf_title.cxx | 42 HF_TitleTable::HF_TitleTable( Xml::Element & o_rOut ) in HF_TitleTable() argument 43 : HtmlMaker(o_rOut >> *new Html::Table( C_sTitleBorder, in HF_TitleTable() 120 HF_SubTitleTable::HF_SubTitleTable( Xml::Element & o_rOut, in HF_SubTitleTable() argument 125 : HtmlMaker( o_rOut in HF_SubTitleTable()
|
/aoo42x/main/soltools/giparser/ |
H A D | gi_parse.cxx | 43 WriteStr( ostream & o_rOut, const Simstr & i_rStr ) in WriteStr() argument 45 o_rOut.write( i_rStr.str(), i_rStr.l() ); in WriteStr() 49 WriteStr( ostream & o_rOut, const char * i_rStr ) in WriteStr() argument 51 o_rOut.write( i_rStr, strlen(i_rStr) ); in WriteStr()
|
/aoo42x/main/autodoc/source/display/idl/ |
H A D | hfi_linklist.cxx | 45 Xml::Element & o_rOut, in HF_CommentedLink_Table() argument 49 : HtmlFactory_Idl(io_rEnv,&o_rOut), in HF_CommentedLink_Table() 100 Xml::Element & o_rOut, in HF_MemberTable() argument 104 : HtmlFactory_Idl(io_rEnv,&o_rOut), in HF_MemberTable()
|
H A D | hfi_doc.cxx | 38 HF_DocEntryList & o_rOut ) in HF_IdlDocu() argument 39 : HtmlFactory_Idl( io_rEnv, &o_rOut.CurOut() ), in HF_IdlDocu() 40 rOut(o_rOut) in HF_IdlDocu()
|
/aoo42x/main/autodoc/source/parser/kernel/ |
H A D | x_parse.cxx | 87 operator<<( std::ostream & o_rOut, in operator <<() argument 90 i_rException.GetInfo(o_rOut); in operator <<() 91 return o_rOut; in operator <<()
|
/aoo42x/main/autodoc/source/display/inc/toolkit/ |
H A D | hf_title.hxx | 40 Xml::Element & o_rOut ); 71 Xml::Element & o_rOut,
|