Home
last modified time | relevance | path

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

123

/aoo4110/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 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 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 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()
/aoo4110/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()
/aoo4110/main/
H A DREADME7 For detailed information about Apache OpenOffice please visit
32 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
/aoo4110/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()
/aoo4110/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
/aoo4110/main/icc/
H A DREADME24 For information on ICC profiles, you may want to visit:
/aoo4110/main/odk/examples/java/Spreadsheet/
H A DXCalcAddins.idl50 visit the following web page:
/aoo4110/main/udkapi/com/sun/star/uno/
H A DXInterface.idl84 with different specifications, please visit the language dependent specification for it.
/aoo4110/main/crashrep/source/all/
H A Dcrashrep.ulf39 …be shared with third parties.\nFor more information on Apache OpenOffice's privacy policy, visit\n"
/aoo4110/main/svx/source/dialog/
H A Ddocrecovery.src374 …ird parties.\nFor more information on Apache OpenOffice's privacy policy, visit\nhttp://www.openof…
/aoo4110/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()
/aoo4110/extras/l10n/source/fr/
H A Dlocalize.sdf10516 …ID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL CB_LINKS 0 fr Liens non visités 20130618 17:2…
10517 …SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL CB_LINKSVISITED 0 fr Liens visités 20130618 17:2…
14389 sd source\ui\app\strings.src 0 string STR_HTMLATTR_VLINK 175 fr Lien visité 20130618 17:22:18
15151 sd source\filter\html\pubdlg.src 0 pushbutton DLG_PUBLISHING PAGE6_VLINK 72 fr Lien ~visité 20…
46299 helpcontent2 source\text\shared\autopi\01110600.xhp 0 help hd_id3148474 12 0 fr Lien visité 20…
47802 …tyle de caractère \<emph\>Lien Internet\</emph\> ou \<emph\>Lien Internet visité\</emph\> et chois…
53028 helpcontent2 source\text\shared\01\05020400.xhp 0 help hd_id3151056 24 0 fr Liens visités 2013…
53030 helpcontent2 source\text\shared\01\05020400.xhp 0 help hd_id3154365 26 0 fr Liens non visités …
58986 …ar_id3154921 17 0 fr Les paramètres de couleurs pour "Liens visités" et "Liens non visités" ne s…
63727 sw source\ui\chrdlg\chardlg.src 0 fixedtext TP_CHAR_URL FT_NOT_VISITED 73 fr Liens non ~visités …
[all …]
/aoo4110/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…
/aoo4110/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…
/aoo4110/extras/l10n/source/kk/
H A Dlocalize.sdf18096 … 15 0 kk For more information about $[officename] API reference, please visit http://api.openoff…
33648 …information about the $[officename] API and the Software Development Kit, visit \<link href=\"http…
47603 … will not get an answer to your error report. If you need support, please visit the \<link href=\"…
62754 …ird parties.\nFor more information on Apache OpenOffice's privacy policy, visit\n 20130618 17:2…
63017 …cannot be narrowed down to a certain version number. For more information visit <a href="http://ww…
69711 …ird parties.\nFor more information on Apache OpenOffice's privacy policy, visit\nhttp://www.openof…
/aoo4110/extras/l10n/source/en-ZA/
H A Dlocalize.sdf2566 … 0 en-ZA For more information about $[officename] API reference, please visit http://api.openoff…
22155 … will not get an answer to your error report. If you need support, please visit the \<link href=\"…
40564 …information about the $[officename] API and the Software Development Kit, visit \<link href=\"http…
47282 …red with third parties.\nFor more information on Oracle's privacy policy, visit\n 2002-02-02 02…
62632 …red with third parties.\nFor more information on Oracle's privacy policy, visit\nwww.oracle.com/ht…
64626 …cannot be narrowed down to a certain version number. For more information visit <a href="http://ww…
/aoo4110/extras/l10n/source/br/
H A Dlocalize.sdf2183 …valid for 60 days from date of purchase. To take advantage of this offer, visit the website below.…
9351 …information about the $[officename] API and the Software Development Kit, visit \<link href=\"http…
30724 …me] is a limited version of the database. For more information on Adabas, visit the Software AG We…
32552 … will not get an answer to your error report. If you need support, please visit the \<link href=\"…
34304 … API Reference, please visit (http://api.openoffice.org/)\"\>For more information about $[officena…
/aoo4110/extras/l10n/source/hr/
H A Dlocalize.sdf9156 …information about the $[officename] API and the Software Development Kit, visit \<link href=\"http…
30137 …me] is a limited version of the database. For more information on Adabas, visit the Software AG We…
31888 … will not get an answer to your error report. If you need support, please visit the \<link href=\"…
33502 … API Reference, please visit (http://api.openoffice.org/)\"\>For more information about $[officena…
/aoo4110/extras/l10n/source/rw/
H A Dlocalize.sdf8850 …information about the $[officename] API and the Software Development Kit, visit \<link href=\"http…
28678 …me] is a limited version of the database. For more information on Adabas, visit the Software AG We…
30055 … will not get an answer to your error report. If you need support, please visit the \<link href=\"…
31598 … API Reference, please visit (http://api.openoffice.org/)\"\>For more information about $[officena…

Completed in 6608 milliseconds

123