Home
last modified time | relevance | path

Searched refs:IsCaseSensitive (Results 1 – 25 of 34) sorted by relevance

12

/trunk/test/testuno/source/fvt/uno/sc/data/
H A DDataSort.java96 aSortFields[0].IsCaseSensitive = false; in singleFieldSort()
158 aSortFields[0].IsCaseSensitive = false; in sortByTwoFields()
162 aSortFields[1].IsCaseSensitive = false; in sortByTwoFields()
226 aSortFields[0].IsCaseSensitive = false; in sortByThreeField()
230 aSortFields[1].IsCaseSensitive = false; in sortByThreeField()
234 aSortFields[2].IsCaseSensitive = false; in sortByThreeField()
298 aSortFields[0].IsCaseSensitive = false; in sortOption()
/trunk/main/ucb/source/ucp/webdav/
H A DDAVResource.hxx39 bool IsCaseSensitive; member
41 DAVPropertyValue() : IsCaseSensitive( true ) {} in DAVPropertyValue()
H A DContentProperties.cxx454 addProperty( rProp.Name, rProp.Value, rProp.IsCaseSensitive ); in addProperty()
661 if ( isCachable( (*it).Name, (*it).IsCaseSensitive ) ) in addProperties()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XSortable.java94 tsf[l].IsCaseSensitive); in _createSortDescriptor()
206 tsf[l].IsCaseSensitive); in modifyDescriptor()
/trunk/main/sc/source/filter/xml/
H A DXMLExportDatabaseRanges.cxx452 if (aSortFields[0].IsCaseSensitive) in WriteSortDescriptor()
455 sal_Bool bCaseSensitive(aSortFields[0].IsCaseSensitive); in WriteSortDescriptor()
458 …DBG_ASSERT(bCaseSensitive == aSortFields[i].IsCaseSensitive, "seems that it is now possible to hav… in WriteSortDescriptor()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScFilterDescriptorBase.csv3 "ScFilterDescriptorBase";"com::sun::star::sheet::SheetFilterDescriptor";"IsCaseSensitive"
H A Dcom.sun.star.comp.office.ScSubTotalDescriptorBase.csv8 "ScSubTotalDescriptorBase";"com::sun::star::sheet::SubTotalDescriptor";"IsCaseSensitive"
/trunk/main/unotools/inc/unotools/
H A Dtextsearch.hxx89 int IsCaseSensitive() const { return bCaseSense; } in IsCaseSensitive() function in utl::SearchParam
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXDocumentIndex.csv31 "SwXDocumentIndex";"com::sun::star::text::DocumentIndex";"IsCaseSensitive#optional"
/trunk/main/offapi/com/sun/star/util/
H A DSortDescriptor.idl54 [property] boolean IsCaseSensitive;
/trunk/main/offapi/com/sun/star/text/
H A DDocumentIndex.idl59 [optional, property] boolean IsCaseSensitive;
/trunk/main/offapi/com/sun/star/sheet/
H A DSheetSortDescriptor2.idl54 IsCaseSensitive, CollatorLocale and CollatorAlgorithm are only supported once and if
H A DSubTotalDescriptor.idl91 [property] boolean IsCaseSensitive;
H A DSheetFilterDescriptor.idl77 [property] boolean IsCaseSensitive;
/trunk/main/offapi/com/sun/star/table/
H A DTableSortField.idl62 boolean IsCaseSensitive;
/trunk/main/offapi/com/sun/star/sdb/
H A DResultColumn.idl61 [readonly, property] boolean IsCaseSensitive;
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx2821 pFields[0].IsCaseSensitive = sal_False; in CreateSortDescriptor()
2828 pFields[1].IsCaseSensitive = sal_False; in CreateSortDescriptor()
2835 pFields[2].IsCaseSensitive = sal_False; in CreateSortDescriptor()
3061 rSortOpt.bIgnoreCase = !pFields[i].IsCaseSensitive; in ConvertSortProperties()
/trunk/main/oox/source/token/
H A Dproperties.txt225 IsCaseSensitive
/trunk/main/unotools/source/i18n/
H A Dtextsearch.cxx198 if( !rParam.IsCaseSensitive() ) in Init()
/trunk/main/svl/source/misc/
H A Dinethist.cxx465 if (!rUrl.IsCaseSensitive()) in NormalizeUrl_Impl()
/trunk/main/sd/source/ui/inc/
H A Dunosrch.hxx99 sal_Bool IsCaseSensitive() const throw() { return mbCaseSensitive; } in IsCaseSensitive() function in SdUnoSearchReplaceDescriptor
/trunk/main/tools/source/fsys/
H A Dunx.cxx218 sal_Bool DirEntry::IsCaseSensitive( FSysPathStyle eFormatter ) const in IsCaseSensitive() function in DirEntry
H A Dwntmsc.cxx184 sal_Bool DirEntry::IsCaseSensitive( FSysPathStyle eFormatter ) const in IsCaseSensitive() function in DirEntry
/trunk/main/tools/inc/tools/
H A Dfsys.hxx302 sal_Bool IsCaseSensitive (FSysPathStyle eFormatter = FSYS_STYLE_HOST) const;
/trunk/main/dbaccess/source/inc/
H A Dstringconstants.inc71 IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ISCASESENSITIVE, "IsCaseSensitive");

Completed in 84 milliseconds

12