/trunk/main/sdext/source/pdfimport/tree/ |
H A D | writertreevisiting.hxx | 47 virtual void visit( HyperlinkElement&, const std::list< Element* >::const_iterator& ); 48 virtual void visit( TextElement&, const std::list< Element* >::const_iterator& ); 50 virtual void visit( FrameElement&, const std::list< Element* >::const_iterator& ); 52 virtual void visit( ImageElement&, const std::list< Element* >::const_iterator& ); 53 virtual void visit( PageElement&, const std::list< Element* >::const_iterator& ); 77 virtual void visit( TextElement&, const std::list< Element* >::const_iterator& ); 79 virtual void visit( FrameElement&, const std::list< Element* >::const_iterator& ); 81 virtual void visit( ImageElement&, const std::list< Element* >::const_iterator& ); 82 virtual void visit( PageElement&, const std::list< Element* >::const_iterator& ); 102 virtual void visit( TextElement&, const std::list< Element* >::const_iterator& ); [all …]
|
H A D | drawtreevisiting.hxx | 51 virtual void visit( HyperlinkElement&, const std::list< Element* >::const_iterator& ); 52 virtual void visit( TextElement&, const std::list< Element* >::const_iterator& ); 54 virtual void visit( FrameElement&, const std::list< Element* >::const_iterator& ); 56 virtual void visit( ImageElement&, const std::list< Element* >::const_iterator& ); 57 virtual void visit( PageElement&, const std::list< Element* >::const_iterator& ); 75 virtual void visit( TextElement&, const std::list< Element* >::const_iterator& ); 77 virtual void visit( FrameElement&, const std::list< Element* >::const_iterator& ); 79 virtual void visit( ImageElement&, const std::list< Element* >::const_iterator& ); 80 virtual void visit( PageElement&, const std::list< Element* >::const_iterator& ); 115 virtual void visit( TextElement&, const std::list< Element* >::const_iterator& ); [all …]
|
H A D | drawtreevisiting.cxx | 115 void DrawXmlEmitter::visit( TextElement& elem, const std::list< Element* >::const_iterator& ) in visit() function in pdfi::DrawXmlEmitter 274 void DrawXmlEmitter::visit( FrameElement& elem, const std::list< Element* >::const_iterator& ) in visit() function in pdfi::DrawXmlEmitter 367 void DrawXmlEmitter::visit( ImageElement& elem, const std::list< Element* >::const_iterator& ) in visit() function in pdfi::DrawXmlEmitter 377 void DrawXmlEmitter::visit( PageElement& elem, const std::list< Element* >::const_iterator& ) in visit() function in pdfi::DrawXmlEmitter 397 void DrawXmlEmitter::visit( DocumentElement& elem, const std::list< Element* >::const_iterator&) in visit() function in pdfi::DrawXmlEmitter 416 void DrawXmlOptimizer::visit( HyperlinkElement&, const std::list< Element* >::const_iterator& ) in visit() function in pdfi::DrawXmlOptimizer 420 void DrawXmlOptimizer::visit( TextElement&, const std::list< Element* >::const_iterator&) in visit() function in pdfi::DrawXmlOptimizer 424 void DrawXmlOptimizer::visit( FrameElement& elem, const std::list< Element* >::const_iterator& ) in visit() function in pdfi::DrawXmlOptimizer 429 void DrawXmlOptimizer::visit( ImageElement&, const std::list< Element* >::const_iterator& ) in visit() function in pdfi::DrawXmlOptimizer 500 void DrawXmlOptimizer::visit( PageElement& elem, const std::list< Element* >::const_iterator& ) in visit() function in pdfi::DrawXmlOptimizer [all …]
|
H A D | writertreevisiting.cxx | 42 void WriterXmlEmitter::visit( HyperlinkElement& elem, const std::list< Element* >::const_iterator& … in visit() function in pdfi::WriterXmlEmitter 65 void WriterXmlEmitter::visit( TextElement& elem, const std::list< Element* >::const_iterator& ) in visit() function in pdfi::WriterXmlEmitter 200 void WriterXmlEmitter::visit( FrameElement& elem, const std::list< Element* >::const_iterator& ) in visit() function in pdfi::WriterXmlEmitter 290 void WriterXmlEmitter::visit( ImageElement& elem, const std::list< Element* >::const_iterator& ) in visit() function in pdfi::WriterXmlEmitter 300 void WriterXmlEmitter::visit( PageElement& elem, const std::list< Element* >::const_iterator& ) in visit() function in pdfi::WriterXmlEmitter 313 void WriterXmlEmitter::visit( DocumentElement& elem, const std::list< Element* >::const_iterator&) in visit() function in pdfi::WriterXmlEmitter 348 void WriterXmlOptimizer::visit( HyperlinkElement&, const std::list< Element* >::const_iterator& ) in visit() function in pdfi::WriterXmlOptimizer 352 void WriterXmlOptimizer::visit( TextElement&, const std::list< Element* >::const_iterator&) in visit() function in pdfi::WriterXmlOptimizer 361 void WriterXmlOptimizer::visit( ImageElement&, const std::list< Element* >::const_iterator& ) in visit() function in pdfi::WriterXmlOptimizer 476 void WriterXmlOptimizer::visit( PageElement& elem, const std::list< Element* >::const_iterator& ) in visit() function in pdfi::WriterXmlOptimizer [all …]
|
H A D | treevisiting.hxx | 53 virtual void visit( HyperlinkElement&, const std::list< Element* >::const_iterator& ) = 0; 54 virtual void visit( TextElement&, const std::list< Element* >::const_iterator& ) = 0; 55 virtual void visit( ParagraphElement&, const std::list< Element* >::const_iterator& ) = 0; 56 virtual void visit( FrameElement&, const std::list< Element* >::const_iterator& ) = 0; 57 virtual void visit( PolyPolyElement&, const std::list< Element* >::const_iterator& ) = 0; 58 virtual void visit( ImageElement&, const std::list< Element* >::const_iterator& ) = 0; 59 virtual void visit( PageElement&, const std::list< Element* >::const_iterator& ) = 0; 60 virtual void visit( DocumentElement&, const std::list< Element* >::const_iterator& ) = 0;
|
H A D | genericelements.cxx | 120 rVisitor.visit(*this,rParentIt); in visitedBy() 126 rVisitor.visit(*this,rParentIt); in visitedBy() 132 rVisitor.visit(*this,rParentIt); in visitedBy() 138 rVisitor.visit( *this, rParentIt); in visitedBy() 167 rVisitor.visit( *this, rParentIt); in visitedBy() 196 rVisitor.visit(*this,rParentIt); in visitedBy() 279 rVisitor.visit(*this, rParentIt); in visitedBy() 481 rVisitor.visit(*this, rParentIt); in visitedBy()
|
/trunk/main/xmloff/source/core/ |
H A D | DomExport.cxx | 88 void visit( DomVisitor&, const Reference<XDocument>& ); 89 void visit( DomVisitor&, const Reference<XNode>& ); 139 void visit( DomVisitor& rVisitor, const Reference<XDocument>& xDocument ) in visit() function 141 visit( rVisitor, Reference<XNode>( xDocument, UNO_QUERY_THROW ) ); in visit() 144 void visit( DomVisitor& rVisitor, const Reference<XNode>& xNode ) in visit() function 151 visit( rVisitor, xChild ); in visit() 294 visit( aDomExport, xDocument ); in exportDom() 300 visit( aDomExport, xNode ); in exportDom()
|
/trunk/main/ |
H A D | README | 8 For detailed information about Apache OpenOffice please visit 33 For further information visit https://openoffice.apache.org/source.html
|
H A D | LICENSE_category_b | 1417 Suite 330, Boston, MA 02111-1307, USA or visit their web page on the
|
/trunk/ |
H A D | README.md | 6 For detailed information about Apache OpenOffice please visit the [Project Website](https://openoff… 26 For further information visit [https://openoffice.apache.org/source.html](https://openoffice.apache…
|
/trunk/main/store/inc/store/ |
H A D | store.hxx | 333 virtual sal_Bool visit (const iterator& it) = 0; 350 while ((eErrCode == store_E_None) && rTraveller.visit(it)) in travel()
|
/trunk/main/store/workben/ |
H A D | t_store.cxx | 153 virtual sal_Bool visit (const iter& it); 185 sal_Bool DirectoryTraveller::visit (const iter& it) in visit() function in DirectoryTraveller
|
/trunk/main/icc/ |
H A D | README | 24 For information on ICC profiles, you may want to visit:
|
/trunk/main/odk/examples/java/Spreadsheet/ |
H A D | XCalcAddins.idl | 50 visit the following web page:
|
/trunk/main/udkapi/com/sun/star/uno/ |
H A D | XInterface.idl | 84 with different specifications, please visit the language dependent specification for it.
|
/trunk/main/crashrep/source/all/ |
H A D | crashrep.ulf | 35 …be shared with third parties.\nFor more information on Apache OpenOffice's privacy policy, visit\n"
|
/trunk/main/svx/source/dialog/ |
H A D | docrecovery.src | 374 …ird parties.\nFor more information on Apache OpenOffice's privacy policy, visit\nhttps://www.openo…
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 1084 void visit( RangeProcessor& processor ) in visit() function in AreasVisitor 1583 aVisitor.visit( valueProcessor ); in setValue() 1664 aVisitor.visit( valueProcessor ); in setFormulaValue() 1723 aVisitor.visit( valueProcessor ); in getCount()
|
/trunk/extras/l10n/source/fr/ |
H A D | localize.sdf | 7008 sw source\ui\chrdlg\chardlg.src 0 fixedtext TP_CHAR_URL FT_NOT_VISITED 73 fr Liens non ~visités … 7292 sw source\ui\utlui\poolfmt.src 0 string STR_POOLCHR_INET_VISIT 0 fr Lien Internet visité 2020… 18778 sd source\ui\app\strings.src 0 string STR_HTMLATTR_VLINK 175 fr Lien visité 20200411 15:09:53 19818 sd source\filter\html\pubdlg.src 0 pushbutton DLG_PUBLISHING PAGE6_VLINK 72 fr Lien ~visité 20… 34658 helpcontent2 source\text\shared\autopi\01110600.xhp 0 help hd_id3148474 12 0 fr Lien visité 20… 35904 …tyle de caractère \<emph\>Lien Internet\</emph\> ou \<emph\>Lien Internet visité\</emph\> et chois… 38964 …ar_id3154921 17 0 fr Les paramètres de couleurs pour "Liens visités" et "Liens non visités" ne s… 42090 helpcontent2 source\text\shared\01\05020400.xhp 0 help hd_id3151056 24 0 fr Liens visités 2020… 42092 helpcontent2 source\text\shared\01\05020400.xhp 0 help hd_id3154365 26 0 fr Liens non visités … 70094 …ID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL CB_LINKS 0 fr Liens non visités 20200411 15:0… [all …]
|
/trunk/extras/l10n/source/sat/ |
H A D | localize.sdf | 10102 …third parties.\nFor more information on Sun Microsystems' privacy policy, visit\nhttp://www.sun.co… 20829 …third parties.\nFor more information on Sun Microsystems' privacy policy, visit\nhttp://www.sun.co…
|
/trunk/extras/l10n/source/sw-TZ/ |
H A D | localize.sdf | 1531 …days after installation. To find out more about the %PRODUCTNAME product, visit www.sun.com/%PRODU… 1534 … 90 days from the date of registration). To take advantage of this offer, visit the website below.… 8247 …information about the $[officename] API and the Software Development Kit, visit \<link href=\"http… 28085 …me] is a limited version of the database. For more information on Adabas, visit the Software AG We… 29523 … will not get an answer to your error report. If you need support, please visit the \<link href=\"… 31066 … API Reference, please visit (http://api.openoffice.org/)\"\>For more information about $[officena… 47385 …cannot be narrowed down to a certain version number. For more information visit http://www.microso… 55436 …third parties.\nFor more information on Sun Microsystems' privacy policy, visit\nhttp://www.sun.co… 66219 …third parties.\nFor more information on Sun Microsystems' privacy policy, visit\nhttp://www.sun.co…
|
/trunk/extras/l10n/source/am/ |
H A D | localize.sdf | 1678 …cannot be narrowed down to a certain version number. For more information visit <a href="https://w… 2613 …ን መረጃውን አናካፍልም\nበበለጠ ለመረዳት ይህን ይጎብኙ Document Foundation's privacy policy, visit\nhttp://www.openof… 19831 …ird parties.\nFor more information on Apache OpenOffice's privacy policy, visit\n 20200411 15:0… 23413 … 15 0 am For more information about $[officename] API reference, please visit \<link href=\"http… 25007 …information about the $[officename] API and the Software Development Kit, visit \<link href=\"http… 37455 … will not get an answer to your error report. If you need support, please visit the \<link href=\"…
|
/trunk/extras/l10n/source/is/ |
H A D | localize.sdf | 1676 …cannot be narrowed down to a certain version number. For more information visit <a href="https://w… 2707 …ird parties.\nFor more information on Apache OpenOffice's privacy policy, visit\nhttp://www.openof… 19798 …ird parties.\nFor more information on Apache OpenOffice's privacy policy, visit\n 20181231 09:5… 23335 … 15 0 is For more information about $[officename] API reference, please visit \<link href=\"http… 28355 …information about the $[officename] API and the Software Development Kit, visit \<link href=\"http… 35794 … will not get an answer to your error report. If you need support, please visit the \<link href=\"…
|
/trunk/extras/l10n/source/fa/ |
H A D | localize.sdf | 1676 …cannot be narrowed down to a certain version number. For more information visit <a href="https://w… 2707 …ird parties.\nFor more information on Apache OpenOffice's privacy policy, visit\nhttp://www.openof… 19798 …ird parties.\nFor more information on Apache OpenOffice's privacy policy, visit\n 20181231 09:5… 23335 … 15 0 fa For more information about $[officename] API reference, please visit \<link href=\"http… 28355 …information about the $[officename] API and the Software Development Kit, visit \<link href=\"http… 35794 … will not get an answer to your error report. If you need support, please visit the \<link href=\"…
|
/trunk/extras/l10n/source/kn/ |
H A D | localize.sdf | 1676 …cannot be narrowed down to a certain version number. For more information visit <a href="https://w… 2707 …ird parties.\nFor more information on Apache OpenOffice's privacy policy, visit\nhttp://www.openof… 19798 …ird parties.\nFor more information on Apache OpenOffice's privacy policy, visit\n 20181231 09:5… 23335 … 15 0 kn For more information about $[officename] API reference, please visit \<link href=\"http… 28355 …information about the $[officename] API and the Software Development Kit, visit \<link href=\"http… 35794 … will not get an answer to your error report. If you need support, please visit the \<link href=\"…
|