Home
last modified time | relevance | path

Searched refs:filter (Results 76 – 100 of 647) sorted by relevance

12345678910>>...26

/trunk/main/offapi/com/sun/star/sheet/
H A DXSheetFilterDescriptor2.idl36 /** provides access to a collection of filter conditions (filter fields).
49 /** returns the collection of filter fields.
55 /** sets a new collection of filter fields.
/trunk/main/offapi/com/sun/star/xml/
H A DXMLImportFilter.idl41 /** describes an import filter for XML-based file formats.
44 and differs from it in that this filter additionally supports the
49 /** This service supplied the basic filter functionality. */
52 /** The document handler is used to stream XML data into the filter. */
/trunk/main/offapi/com/sun/star/document/
H A DAmbigousFilterRequest.idl35 /** should be used for interaction to handle states of ambigous filter detection
38 This exception indicates, that generic filter detection can't decide which of
57 /** transport the pre selected filter
62 /** transport the real detected filter, which stands in conflict to the pre selected one
H A DNoSuchFilterRequest.idl35 /** should be used for interaction to handle states of unknown filter during detection
38 If during loading time the filter can't be detected and wasn't given at calling time,
42 get a decision which filter should be used for given URL. A possible continuation
44 generic filter detection and force using of it. Of course it's possible to abort
H A DMediaDescriptor.idl175 ( if the filter supports it ).
195 /** internal filter name
198 Name of a filter that should be used for loading or storing the component.
201 it still will be verified by a filter detection, but in case of doubt
219 /** additional properties for filter
224 by the filter. This is an old format for some filters. If a string is not
231 /** additional properties for filter
235 for a special filter type. It should be used if
389 ( if the filter supports it ).
H A DXInteractionFilterOptions.idl39 /** A continuation to return filter options from interaction helper.
48 @param rProperties the list of properties containing filter options.
56 @returns the stored list of properties containing filter options.
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx747 if (m_pPseudoFilter != filter) in UpdateFilterfromUI()
748 updateCurrentFilterFromName(gtk_file_filter_get_name( filter )); in UpdateFilterfromUI()
927 GtkFileFilter *filter = gtk_file_chooser_get_filter(GTK_FILE_CHOOSER(m_pDialog)); in getSelectedFiles() local
928 if (m_pPseudoFilter != filter) in getSelectedFiles()
931 gtk_file_filter_get_name( filter ); in getSelectedFiles()
1905 GtkFileFilter *filter = gtk_file_filter_new(); in implAddFilter() local
1909 gtk_file_filter_set_name( filter, aFilterName.getStr() ); in implAddFilter()
1916 gtk_file_filter_add_pattern( filter, "*" ); in implAddFilter()
1931 gtk_file_filter_add_custom (filter, GTK_FILE_FILTER_URI, in implAddFilter()
1949 gtk_file_chooser_add_filter( GTK_FILE_CHOOSER( m_pDialog ), filter ); in implAddFilter()
[all …]
/trunk/main/writerfilter/
H A DLibrary_writerfilter.mk121 writerfilter/source/filter/ImportFilter \
122 writerfilter/source/filter/RtfFilter \
123 writerfilter/source/filter/WriterFilter \
124 writerfilter/source/filter/WriterFilterDetection \
/trunk/main/fpicker/source/unx/kde4/
H A DKDE4FilePicker.cxx292 …AL_CALL KDE4FilePicker::appendFilter( const ::rtl::OUString &title, const ::rtl::OUString &filter ) in appendFilter() argument
296 QString f = toQString(filter); in appendFilter()
325 QString filter = _filters[_dialog->currentFilter()]; in getCurrentFilter() local
328 if (filter.isNull()) in getCurrentFilter()
329 filter = "ODF Text Document (.odt)"; in getCurrentFilter()
331 return toOUString(filter); in getCurrentFilter()
/trunk/main/offapi/com/sun/star/form/runtime/
H A DFormFeature.idl105 /** adds a filter to the form, which is defined by the active form control and its
110 the <code>AutoFilter</code> operation will put an additional filter <code>Price = 100</code>
115 /// opens a dialog which allows the user to interactively specify a form filter
123 /** removes all filter and sort criterions put on the form.
127 Articles WHERE Price &gt; 100</code>, then the <code>Price &gt; 100</code> filter
H A DXFormController.idl217 …<td>creates, from the current control, a filter for the form. This is, if the current control is b…
218 …the field, say, "customer", and contains the value "Furs, Inc.", then a filter "customer = 'Furs, …
223 <td><em>filter</em></td>
224 …<td>opens an dialog, which allows the user to manipulate the current filter of the form. If the di…
225 is closed with OK, the form is reloaded after setting the new filter.</td>
239 <td>completely removes any filter and sorting order from the form, and reloads it.</td>
314 …data, and the latter is a special mode to enter a filter for the database form which the controlle…
319 /** allows controlling the filter mode.
321 …<p>If the form controller supports a <a href="#mode_selector">form based filter mode</a>, then it …
H A DFilterEvent.idl35 /** is an event fired by a filter controller, when the filter managed by the controller changes.
47 /** denotes the index of the <em>filter component</em> to which the event applies, if any.
/trunk/main/
H A DRepositoryExternal.mk64 $$(filter-out -L/usr/lib/jvm%,$$(T_LDFLAGS)) \
69 $$(filter-out -L$$(JAVA_HOME)/jre/lib/%,$$(T_LDFLAGS)) \
112 $(if $(filter-out ascii_expat_xmlparse,$(2)),\
597 $(filter -I%,$(PYTHON_CFLAGS)) \
600 $(filter-out -I%,$(PYTHON_CFLAGS)) \
/trunk/main/solenv/gbuild/
H A DModule.mk73 …$(call gb_Output_announce,top level modules: $(foreach module,$(filter-out deliverlog,$^),$(notdir…
118 include $(patsubst $(1):%,%,$(filter $(1):%,$(gb_Module_MODULELOCATIONS)))$(2).mk
120 $$(eval $$(call gb_Output_error,No $(3) registered while reading $(patsubst $(1):%,%,$(filter $(1):…
150 include $(patsubst $(1):%,%,$(filter $(1):%,$(gb_Module_MODULELOCATIONS)))/$(2)/Module_$(2).mk
/trunk/main/oox/source/dump/
H A Doledumper.ini37 0x0000FFFF=uint32,dec,palette-index,,filter=0xFF000000~0x01000000
38 0x000000FF=uint32,dec,red,,filter=0xFF000000~0x00000000,filter=0xFF000000~0x02000000
39 0x0000FF00=uint32,dec,green,,filter=0xFF000000~0x00000000,filter=0xFF000000~0x02000000
40 0x00FF0000=uint32,dec,blue,,filter=0xFF000000~0x00000000,filter=0xFF000000~0x02000000
41 0x0000FFFF=uint32,dec,system-color,SYSTEMCOLOR,filter=0xFF000000~0x80000000
743 0x7FFF=uint16,dec,cache-idx,VBA-FORMSITE-CLASSIDCACHEINDEX,filter=0x8000~0x0000
744 0x7FFF=uint16,dec,class-table-idx,,filter=0x8000~0x8000
H A Ddffdumper.ini49 0x000000FF=uint8,dec,red,,filter=0x10000000~0x00000000
50 0x0000FF00=uint8,dec,green,,filter=0x10000000~0x00000000
51 0x00FF0000=uint8,dec,blue,,filter=0x10000000~0x00000000
52 0x000000FF=uint8,dec,scheme-idx,,filter=0x10000000~0x10000000
58 0x0000FFFF=uint16,dec,palette-idx,,filter=0xFF000000~0x01000000
59 0x000000FF=uint8,dec,red,,filter=0xF9000000~0x00000000
60 0x0000FF00=uint8,dec,green,,filter=0xF9000000~0x00000000
61 0x00FF0000=uint8,dec,blue,,filter=0xF9000000~0x00000000
62 0x000000FF=uint8,dec,scheme-idx,,filter=0xFF000000~0x08000000
63 0x0000FFFF=uint16,dec,system-idx,DFF-SYSTEMCOLOR,filter=0xFF000000~0x10000000
[all …]
/trunk/main/scripting/java/org/openoffice/idesupport/filter/
H A DAllFilesFilter.java24 package org.openoffice.idesupport.filter;
27 private static final AllFilesFilter filter = new AllFilesFilter(); field in AllFilesFilter
33 return filter; in getInstance()
H A DBinaryOnlyFilter.java24 package org.openoffice.idesupport.filter;
29 private static final BinaryOnlyFilter filter = new BinaryOnlyFilter(); field in BinaryOnlyFilter
35 return filter; in getInstance()
H A DExceptParcelFilter.java24 package org.openoffice.idesupport.filter;
28 private static final ExceptParcelFilter filter = new ExceptParcelFilter(); field in ExceptParcelFilter
40 return filter; in getInstance()
/trunk/main/autodoc/source/ary/idl/
H A Dia_ce.cxx499 UINT8 filter[256]; in Get_AlphabeticalIndex() local
502 memset(filter, 0, 256); in Get_AlphabeticalIndex()
503 filter[nLetter] = 1; in Get_AlphabeticalIndex()
505 filter[nLetter - C_nLowerUpperDiff] = 1; in Get_AlphabeticalIndex()
515 if ( filter[ static_cast<UINT8>(*(*it).LocalName().c_str()) ] == 1 ) in Get_AlphabeticalIndex()
/trunk/main/l10ntools/source/filter/merge/
H A Dmakefile.mk27 PACKAGE = com$/sun$/star$/filter$/config$/tools$/merge
61 com$/sun$/star$/filter$/config$/tools$/utils \
62 com$/sun$/star$/filter$/config$/tools$/merge
/trunk/main/filter/source/config/fragments/
H A Dmakefile.mk26 PRJNAME = filter
171 @echo Merge localized filter fragments for package $@
190 @echo Building packages filter $@
211 @echo Building special packages filter $@
/trunk/main/extensions/source/config/ldap/
H A Dldapaccess.cxx240 rtl::OStringBuffer filter( "(&(objectclass=" ); in findUserDn() local
242 filter.append( mLdapDefinition.mUserObjectClass ).append(")(") ; in findUserDn()
243 filter.append( mLdapDefinition.mUserUniqueAttr ).append("=").append(aUser).append("))") ; in findUserDn()
252 filter.getStr(), attributes, 0, &result.msg) ; in findUserDn()
/trunk/main/dbaccess/source/core/api/
H A Dquerycomposer.cxx324 void SAL_CALL OQueryComposer::setFilter( const ::rtl::OUString& filter ) throw(SQLException, Runtim… in setFilter() argument
332 aFilterCreator.append(filter); in setFilter()
335 if ( filter.getLength() ) in setFilter()
336 m_aFilters.push_back(filter); in setFilter()
/trunk/main/filter/source/msfilter/powerpoint/
H A Dpptimporter.cxx101 sal_Bool SAL_CALL PptImporter::filter( const SEQ( NMSP_BEANS::PropertyValue )& aDescriptor ) in filter() function in PptImporter
114 … aFilter.filter( aDescriptor, REF( NMSP_SAX::XDocumentHandler )( xWriter, NMSP_UNO::UNO_QUERY ) ); in filter()
123 return aFilter.filter( aDescriptor, xHdl ); in filter()

Completed in 90 milliseconds

12345678910>>...26