Home
last modified time | relevance | path

Searched refs:visit (Results 1 – 25 of 88) sorted by relevance

1234

/trunk/main/sdext/source/pdfimport/tree/
H A Dwritertreevisiting.hxx47 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 Ddrawtreevisiting.hxx51 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 Ddrawtreevisiting.cxx115 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 Dwritertreevisiting.cxx42 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 Dtreevisiting.hxx53 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 Dgenericelements.cxx120 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 DDomExport.cxx88 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 DREADME8 For detailed information about Apache OpenOffice please visit
33 For further information visit https://openoffice.apache.org/source.html
H A DLICENSE_category_b1417 Suite 330, Boston, MA 02111-1307, USA or visit their web page on the
/trunk/
H A DREADME.md6 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 Dstore.hxx333 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 Dt_store.cxx153 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 DREADME24 For information on ICC profiles, you may want to visit:
/trunk/main/odk/examples/java/Spreadsheet/
H A DXCalcAddins.idl50 visit the following web page:
/trunk/main/udkapi/com/sun/star/uno/
H A DXInterface.idl84 with different specifications, please visit the language dependent specification for it.
/trunk/main/crashrep/source/all/
H A Dcrashrep.ulf35 …be shared with third parties.\nFor more information on Apache OpenOffice's privacy policy, visit\n"
/trunk/main/svx/source/dialog/
H A Ddocrecovery.src374 …ird parties.\nFor more information on Apache OpenOffice's privacy policy, visit\nhttps://www.openo…
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx1084 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 Dlocalize.sdf7008 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 Dlocalize.sdf10102 …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 Dlocalize.sdf1531 …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 Dlocalize.sdf1678 …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 Dlocalize.sdf1676 …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 Dlocalize.sdf1676 …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 Dlocalize.sdf1676 …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=\"…

Completed in 5911 milliseconds

1234