Home
last modified time | relevance | path

Searched refs:smarttags (Results 1 – 25 of 91) sorted by relevance

1234

/AOO42X/main/svx/source/smarttags/
H A DSmartTagMgr.cxx114 Reference < smarttags::XSmartTagRecognizer > xRecognizer = maRecognizerList[i]; in RecognizeString()
131 smarttags::SmartTagRecognizerMode_PARAGRAPH, in RecognizeString()
144 Reference < smarttags::XSmartTagRecognizer > xRecognizer = maRecognizerList[i]; in RecognizeTextRange()
146 …Reference< smarttags::XRangeBasedSmartTagRecognizer > xRangeBasedRecognizer = Reference< smarttags in RecognizeTextRange()
164 smarttags::SmartTagRecognizerMode_PARAGRAPH, in RecognizeTextRange()
175 … Sequence < Sequence< Reference< smarttags::XSmartTagAction > > >& rActionComponentsSequence, in GetActionSequences()
187 Sequence< Reference< smarttags::XSmartTagAction > > aActions( nNumberOfActionRefs ); in GetActionSequences()
216 Reference< smarttags::XSmartTagAction > xAction = rActionRef.mxSmartTagAction; in GetSmartTagCaption()
384 Reference< smarttags::XSmartTagRecognizer > xLib ( xSCF-> in LoadLibraries()
411 Reference< smarttags::XSmartTagAction > xLib ( xSCF-> in LoadLibraries()
[all …]
/AOO42X/main/svx/inc/svx/
H A DSmartTagMgr.hxx42 namespace com { namespace sun { namespace star { namespace smarttags { namespace
78 com::sun::star::uno::Reference< com::sun::star::smarttags::XSmartTagAction > mxSmartTagAction;
80 …ActionReference( com::sun::star::uno::Reference< com::sun::star::smarttags::XSmartTagAction > xSma… in ActionReference()
95 …std::vector< com::sun::star::uno::Reference< com::sun::star::smarttags::XSmartTagRecognizer > > ma…
96 …std::vector< com::sun::star::uno::Reference< com::sun::star::smarttags::XSmartTagAction > > maActi…
182 …n::star::uno::Sequence< com::sun::star::uno::Reference< com::sun::star::smarttags::XSmartTagAction…
209 com::sun::star::uno::Reference< com::sun::star::smarttags::XSmartTagRecognizer >
H A DSmartTagCtl.hxx40 namespace com { namespace sun { namespace star { namespace smarttags { namespace
59 com::sun::star::uno::Reference< com::sun::star::smarttags::XSmartTagAction > mxAction;
62 …InvokeAction( com::sun::star::uno::Reference< com::sun::star::smarttags::XSmartTagAction > xAction, in InvokeAction()
H A DSmartTagItem.hxx50 …n::star::uno::Sequence< com::sun::star::uno::Reference< com::sun::star::smarttags::XSmartTagAction…
63 …n::star::uno::Sequence< com::sun::star::uno::Reference< com::sun::star::smarttags::XSmartTagAction…
80 …n::star::uno::Sequence< com::sun::star::uno::Reference< com::sun::star::smarttags::XSmartTagAction… in GetActionComponentsSequence()
/AOO42X/main/offapi/com/sun/star/smarttags/
H A DXSmartTagRecognizer.idl40 #include <com/sun/star/smarttags/SmartTagRecognizerMode.idl>
62 module com { module sun { module star { module smarttags {
111 between 0 and the number of smarttags available
131 between 0 and the number of smarttags available
191 between 0 and the number of smarttags available
214 between 0 and the number of smarttags available
H A DSmartTagAction.idl29 module com { module sun { module star { module smarttags {
35 module com { module sun { module star { module smarttags {
H A DSmartTagRecognizer.idl29 module com { module sun { module star { module smarttags {
35 module com { module sun { module star { module smarttags {
H A DXRangeBasedSmartTagRecognizer.idl36 #include <com/sun/star/smarttags/SmartTagRecognizerMode.idl>
58 module com { module sun { module star { module smarttags {
H A DXSmartTagAction.idl57 module com { module sun { module star { module smarttags {
105 between 0 and the number of smarttags available
125 between 0 and the number of smarttags available
H A Dmakefile.mk29 PACKAGE=com$/sun$/star$/smarttags
H A DSmartTagRecognizerMode.idl29 module com { module sun { module star { module smarttags {
/AOO42X/main/sw/source/ui/smartmenu/
H A Dstmenu.cxx71 Sequence < Sequence< Reference< smarttags::XSmartTagAction > > > aActionComponentsSequence; in SwSmartTagPopup()
85 …const Sequence< Reference< smarttags::XSmartTagAction > >& rActionComponents = aActionComponentsSe… in SwSmartTagPopup()
92 Reference< smarttags::XSmartTagAction > xAction = rActionComponents[0]; in SwSmartTagPopup()
163 Reference< smarttags::XSmartTagAction > xSmartTagAction = maInvokeActions[ nId ].mxAction; in Execute()
/AOO42X/main/svx/source/mnuctrls/
H A DSmartTagCtl.cxx79 …const Sequence < Sequence< Reference< smarttags::XSmartTagAction > > >& rActionComponentsSequence … in FillMenu()
93 …const Sequence< Reference< smarttags::XSmartTagAction > >& rActionComponents = rActionComponentsSe… in FillMenu()
100 Reference< smarttags::XSmartTagAction > xAction = rActionComponents[0]; in FillMenu()
182 Reference< smarttags::XSmartTagAction > xSmartTagAction = maInvokeActions[ nMyId ].mxAction; in IMPL_LINK_INLINE_START()
/AOO42X/main/sw/source/ui/inc/
H A Dstmenu.hxx59 com::sun::star::uno::Reference< com::sun::star::smarttags::XSmartTagAction > mxAction;
62 …InvokeAction( com::sun::star::uno::Reference< com::sun::star::smarttags::XSmartTagAction > xAction, in InvokeAction()
/AOO42X/main/cui/source/tabpages/
H A Dautocdlg.cxx2694 uno::Reference< smarttags::XSmartTagRecognizer > mxRec;
2698 uno::Reference< smarttags::XSmartTagRecognizer > xRec, in ImplSmartTagLBUserData()
2734 uno::Reference< smarttags::XSmartTagRecognizer > xRec = rSmartTagMgr.GetRecognizer(i); in FillListBox()
2771 uno::Reference< smarttags::XSmartTagRecognizer > xRec = pUserData->mxRec; in IMPL_LINK()
2810 uno::Reference< smarttags::XSmartTagRecognizer > xRec = pUserData->mxRec; in IMPL_LINK()
/AOO42X/main/svx/source/items/
H A DSmartTagItem.cxx47 …n::star::uno::Sequence< com::sun::star::uno::Reference< com::sun::star::smarttags::XSmartTagAction… in SvxSmartTagItem()
/AOO42X/main/helpcontent2/source/text/swriter/guide/
H A Dmakefile.mk144 smarttags.xhp \
/AOO42X/main/svx/
H A DLibrary_svx.mk230 svx/source/smarttags/SmartTagMgr \
/AOO42X/main/sw/source/ui/uiview/
H A Dviewling.cxx108 using namespace ::com::sun::star::smarttags;
/AOO42X/main/offapi/
H A DUnoApi_offapi.mk144 offapi/com/sun/star/smarttags/SmartTagAction \
145 offapi/com/sun/star/smarttags/SmartTagRecognizer \
3035 offapi/com/sun/star/smarttags/SmartTagRecognizerMode \
3036 offapi/com/sun/star/smarttags/XSmartTagAction \
3037 offapi/com/sun/star/smarttags/XSmartTagRecognizer \
3038 offapi/com/sun/star/smarttags/XRangeBasedSmartTagRecognizer \
/AOO42X/main/oox/source/dump/
H A Dbiffdumper.ini575 0x00000008=embed-smarttags
576 0x00000030=uint8,dec,display-smarttags,BOOKEXT-DISPLAY-SMARTTAGS
/AOO42X/main/sw/source/ui/shells/
H A Dtextsh1.cxx1772 …uno::Sequence < uno::Sequence< uno::Reference< smarttags::XSmartTagAction > > > aActionComponentsS… in GetState()
/AOO42X/main/sw/source/core/txtnode/
H A Dtxtedt.cxx100 using namespace ::com::sun::star::smarttags;
/AOO42X/main/helpcontent2/util/swriter/
H A Dmakefile.mk388 text$/swriter$/guide$/smarttags.xhp \
/AOO42X/extras/l10n/source/km/
H A Dlocalize.sdf63245 helpcontent2 source\text\swriter\guide\smarttags.xhp 0 help tit 0 km ប្រើ​ស្…
63246 helpcontent2 source\text\swriter\guide\smarttags.xhp 0 help bm_id3155622 0 …
63247 …ter\guide\smarttags.xhp 0 help hd_id3563951 0 km \<variable id=\"smarttags\…
63248 helpcontent2 source\text\swriter\guide\smarttags.xhp 0 help par_id368358 0 …
63249 helpcontent2 source\text\swriter\guide\smarttags.xhp 0 help hd_id9298379 0 …
63250 helpcontent2 source\text\swriter\guide\smarttags.xhp 0 help par_id1827448 0 …
63251 helpcontent2 source\text\swriter\guide\smarttags.xhp 0 help par_id2508621 0 …
63252 helpcontent2 source\text\swriter\guide\smarttags.xhp 0 help par_id3856013 0 …
63253 helpcontent2 source\text\swriter\guide\smarttags.xhp 0 help par_id7814264 0 …
63254 helpcontent2 source\text\swriter\guide\smarttags.xhp 0 help hd_id8142338 0 …
[all …]

1234