Home
last modified time | relevance | path

Searched refs:SmartContent (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/fpicker/source/office/
H A Dfpsmartcontent.cxx56 SmartContent::SmartContent() in SmartContent() function in svt::SmartContent
64 SmartContent::SmartContent( const ::rtl::OUString& _rInitialURL ) in SmartContent() function in svt::SmartContent
72 SmartContent::~SmartContent() in ~SmartContent()
79 …void SmartContent::enableOwnInteractionHandler(::svt::OFilePickerInteractionHandler::EInterceptedI… in enableOwnInteractionHandler()
93 void SmartContent::enableDefaultInteractionHandler() in enableDefaultInteractionHandler()
107 ::svt::OFilePickerInteractionHandler* SmartContent::getOwnInteractionHandler() const in getOwnInteractionHandler()
115 SmartContent::InteractionHandlerType SmartContent::queryCurrentInteractionHandler() const in queryCurrentInteractionHandler()
127 void SmartContent::disableInteractionHandler() in disableInteractionHandler()
138 void SmartContent::bindTo( const ::rtl::OUString& _rURL ) in bindTo()
183 sal_Bool SmartContent::implIs( const ::rtl::OUString& _rURL, Type _eType ) in implIs()
[all …]
H A Dfpsmartcontent.hxx46 class SmartContent class
70 SmartContent( const SmartContent& _rSource ); // never implemented
71 SmartContent& operator=( const SmartContent& _rSource ); // never implemented
74 SmartContent();
75 SmartContent( const ::rtl::OUString& _rInitialURL );
76 ~SmartContent();
H A Diodlg.cxx1142 SmartContent::InteractionHandlerType eInterActionHandlerType in IMPL_STATIC_LINK()
1144 if ( ( eInterActionHandlerType == SmartContent::IHT_NONE ) || in IMPL_STATIC_LINK()
1145 ( eInterActionHandlerType == SmartContent::IHT_DEFAULT ) ) in IMPL_STATIC_LINK()
1171 if ( eInterActionHandlerType == SmartContent::IHT_NONE ) in IMPL_STATIC_LINK()
1173 else if ( eInterActionHandlerType == SmartContent::IHT_DEFAULT ) in IMPL_STATIC_LINK()
1859 SmartContent aContent( rURL ); in implIsInvalid()
H A Diodlg.hxx112 ::svt::SmartContent m_aContent;