Home
last modified time | relevance | path

Searched refs:iface (Results 1 – 18 of 18) sorted by last modified time

/trunk/main/boost/prj/
H A Dd.lst685 mkdir: %_DEST%\inc%_EXT%\boost\test\utils\runtime\cla\iface
1405 ..\%__SRC%\inc\boost\test\utils\runtime\cla\iface\* %_DEST%\inc%_EXT%\boost\test\utils\runtime\cla\
/trunk/main/vcl/unx/gtk/a11y/
H A Datkvalue.cxx135 valueIfaceInit (AtkValueIface *iface) in valueIfaceInit() argument
137 g_return_if_fail (iface != NULL); in valueIfaceInit()
139 iface->get_current_value = value_wrapper_get_current_value; in valueIfaceInit()
140 iface->get_maximum_value = value_wrapper_get_maximum_value; in valueIfaceInit()
141 iface->get_minimum_value = value_wrapper_get_minimum_value; in valueIfaceInit()
142 iface->set_current_value = value_wrapper_set_current_value; in valueIfaceInit()
H A Datkwrapper.hxx96 void actionIfaceInit(AtkActionIface *iface);
97 void componentIfaceInit(AtkComponentIface *iface);
98 void editableTextIfaceInit(AtkEditableTextIface *iface);
99 void hypertextIfaceInit(AtkHypertextIface *iface);
100 void imageIfaceInit(AtkImageIface *iface);
101 void selectionIfaceInit(AtkSelectionIface *iface);
102 void tableIfaceInit(AtkTableIface *iface);
103 void textIfaceInit(AtkTextIface *iface);
104 void valueIfaceInit(AtkValueIface *iface);
H A Datkaction.cxx263 actionIfaceInit (AtkActionIface *iface) in actionIfaceInit() argument
265 g_return_if_fail (iface != NULL); in actionIfaceInit()
267 iface->do_action = action_wrapper_do_action; in actionIfaceInit()
268 iface->get_n_actions = action_wrapper_get_n_actions; in actionIfaceInit()
269 iface->get_description = action_wrapper_get_description; in actionIfaceInit()
270 iface->get_keybinding = action_wrapper_get_keybinding; in actionIfaceInit()
271 iface->get_name = action_wrapper_get_name; in actionIfaceInit()
272 iface->get_localized_name = action_wrapper_get_localized_name; in actionIfaceInit()
273 iface->set_description = action_wrapper_set_description; in actionIfaceInit()
H A Datkcomponent.cxx361 componentIfaceInit (AtkComponentIface *iface) in componentIfaceInit() argument
363 g_return_if_fail (iface != NULL); in componentIfaceInit()
366 iface->contains = component_wrapper_contains; in componentIfaceInit()
367 iface->get_extents = component_wrapper_get_extents; in componentIfaceInit()
368 iface->get_layer = component_wrapper_get_layer; in componentIfaceInit()
370 iface->get_position = component_wrapper_get_position; in componentIfaceInit()
371 iface->get_size = component_wrapper_get_size; in componentIfaceInit()
372 iface->grab_focus = component_wrapper_grab_focus; in componentIfaceInit()
375 iface->set_extents = component_wrapper_set_extents; in componentIfaceInit()
376 iface->set_position = component_wrapper_set_position; in componentIfaceInit()
[all …]
H A Datkeditabletext.cxx187 editableTextIfaceInit (AtkEditableTextIface *iface) in editableTextIfaceInit() argument
189 g_return_if_fail (iface != NULL); in editableTextIfaceInit()
191 iface->set_text_contents = editable_text_wrapper_set_text_contents; in editableTextIfaceInit()
192 iface->insert_text = editable_text_wrapper_insert_text; in editableTextIfaceInit()
193 iface->copy_text = editable_text_wrapper_copy_text; in editableTextIfaceInit()
194 iface->cut_text = editable_text_wrapper_cut_text; in editableTextIfaceInit()
195 iface->delete_text = editable_text_wrapper_delete_text; in editableTextIfaceInit()
196 iface->paste_text = editable_text_wrapper_paste_text; in editableTextIfaceInit()
197 iface->set_run_attributes = editable_text_wrapper_set_run_attributes; in editableTextIfaceInit()
H A Datkhypertext.cxx280 hypertextIfaceInit (AtkHypertextIface *iface) in hypertextIfaceInit() argument
282 g_return_if_fail (iface != NULL); in hypertextIfaceInit()
284 iface->get_link = hypertext_get_link; in hypertextIfaceInit()
285 iface->get_n_links = hypertext_get_n_links; in hypertextIfaceInit()
286 iface->get_link_index = hypertext_get_link_index; in hypertextIfaceInit()
H A Datkimage.cxx126 imageIfaceInit (AtkImageIface *iface) in imageIfaceInit() argument
128 g_return_if_fail (iface != NULL); in imageIfaceInit()
130 iface->set_image_description = image_set_image_description; in imageIfaceInit()
131 iface->get_image_description = image_get_image_description; in imageIfaceInit()
132 iface->get_image_position = image_get_image_position; in imageIfaceInit()
133 iface->get_image_size = image_get_image_size; in imageIfaceInit()
H A Datkselection.cxx180 selectionIfaceInit( AtkSelectionIface *iface) in selectionIfaceInit() argument
182 g_return_if_fail (iface != NULL); in selectionIfaceInit()
184 iface->add_selection = selection_add_selection; in selectionIfaceInit()
185 iface->clear_selection = selection_clear_selection; in selectionIfaceInit()
186 iface->ref_selection = selection_ref_selection; in selectionIfaceInit()
187 iface->get_selection_count = selection_get_selection_count; in selectionIfaceInit()
188 iface->is_child_selected = selection_is_child_selected; in selectionIfaceInit()
189 iface->remove_selection = selection_remove_selection; in selectionIfaceInit()
190 iface->select_all_selection = selection_select_all_selection; in selectionIfaceInit()
H A Datktable.cxx684 tableIfaceInit (AtkTableIface *iface) in tableIfaceInit() argument
686 g_return_if_fail (iface != NULL); in tableIfaceInit()
688 iface->ref_at = table_wrapper_ref_at; in tableIfaceInit()
689 iface->get_n_rows = table_wrapper_get_n_rows; in tableIfaceInit()
691 iface->get_index_at = table_wrapper_get_index_at; in tableIfaceInit()
695 iface->is_selected = table_wrapper_is_selected; in tableIfaceInit()
705 iface->get_row_header = table_wrapper_get_row_header; in tableIfaceInit()
709 iface->get_caption = table_wrapper_get_caption; in tableIfaceInit()
710 iface->set_caption = table_wrapper_set_caption; in tableIfaceInit()
711 iface->get_summary = table_wrapper_get_summary; in tableIfaceInit()
[all …]
H A Datktext.cxx851 textIfaceInit (AtkTextIface *iface) in textIfaceInit() argument
853 g_return_if_fail (iface != NULL); in textIfaceInit()
855 iface->get_text = text_wrapper_get_text; in textIfaceInit()
858 iface->get_text_at_offset = text_wrapper_get_text_at_offset; in textIfaceInit()
860 iface->get_caret_offset = text_wrapper_get_caret_offset; in textIfaceInit()
861 iface->set_caret_offset = text_wrapper_set_caret_offset; in textIfaceInit()
863 iface->get_n_selections = text_wrapper_get_n_selections; in textIfaceInit()
864 iface->get_selection = text_wrapper_get_selection; in textIfaceInit()
865 iface->add_selection = text_wrapper_add_selection; in textIfaceInit()
866 iface->remove_selection = text_wrapper_remove_selection; in textIfaceInit()
[all …]
/trunk/main/toolkit/doc/layout/
H A Dvcl.txt24 + calls GetComponentInterface (sal_True) - if no comp. iface.
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DProxyProvider.java49 public static Object createProxy(Object obj, Class iface) in createProxy() argument
53 if (obj == null || iface == null || iface.isInstance(obj) == false ) in createProxy()
56 Type type= new Type(TypeDescription.getTypeDescription(iface)); in createProxy()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DMultiTypeInterfaceContainer.java92 synchronized public int addInterface(Object ckey, Object iface) in addInterface() argument
103 cont.add(iface); in addInterface()
108 cont.add(iface); in addInterface()
115 synchronized public int removeInterface(Object key, Object iface) in removeInterface() argument
121 cont.remove(iface); in removeInterface()
/trunk/main/dbaccess/source/inc/
H A Dapitools.hxx358 #define DECL_PROP0_IFACE(varname, iface) \ argument
359 …DECL_PROP_IMPL(varname, ::getCppuType(static_cast< ::com::sun::star::uno::Reference< iface >* >(NU…
368 #define DECL_PROP1_IFACE(varname, iface, attrib1) \ argument
369 …DECL_PROP_IMPL(varname, ::getCppuType(static_cast< ::com::sun::star::uno::Reference< iface >* >(NU…
371 #define DECL_PROP2_IFACE(varname, iface, attrib1, attrib2) \ argument
372 …DECL_PROP_IMPL(varname, ::getCppuType(static_cast< ::com::sun::star::uno::Reference< iface >* >(NU…
/trunk/main/comphelper/inc/comphelper/
H A Duno3.hxx241 template <class iface>
242 …com::sun::star::uno::XAggregation >& _rxAggregate, ::com::sun::star::uno::Reference<iface>& _rxOut) in query_aggregation()
244 _rxOut = static_cast<iface*>(NULL); in query_aggregation()
248 iface::static_type()); in query_aggregation()
250 _rxOut = *(::com::sun::star::uno::Reference<iface>*)aCheck.getValue(); in query_aggregation()
261 template <class iface>
262 …sal_Bool query_interface(const InterfaceRef& _rxObject, ::com::sun::star::uno::Reference<iface>& _… in query_interface()
264 _rxOut = static_cast<iface*>(NULL); in query_interface()
268 iface::static_type()); in query_interface()
271 _rxOut = *(::com::sun::star::uno::Reference<iface>*)aCheck.getValue(); in query_interface()
/trunk/main/cli_ure/source/ure/uno/util/
H A DWeakBase.cs98 Type iface = interfaces[ pos ]; in getTypes()
101 if (iface.FullName.StartsWith( "unoidl." )) in getTypes()
103 list.Add( iface ); in getTypes()
/trunk/main/bridges/test/java_uno/acquire/
H A DTestAcquire.java199 iface = obj; in getInstance()
203 iface = obj; in getInstance()
207 iface = obj; in getInstance()
211 return iface; in getInstance()
215 WaitUnreachable u = new WaitUnreachable(iface); in getInstance()
216 iface = null; in getInstance()
294 private Object iface; in getInstance() field in TestAcquire.Provider

Completed in 75 milliseconds