/aoo41x/test/testuno/source/fvt/uno/sc/data/ |
H A D | DataSort.java | 96 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()
|
/aoo41x/main/ucb/source/ucp/webdav/ |
H A D | DAVResource.hxx | 39 bool IsCaseSensitive; member 41 DAVPropertyValue() : IsCaseSensitive( true ) {} in DAVPropertyValue()
|
H A D | ContentProperties.cxx | 454 addProperty( rProp.Name, rProp.Value, rProp.IsCaseSensitive ); in addProperty() 661 if ( isCachable( (*it).Name, (*it).IsCaseSensitive ) ) in addProperties()
|
H A D | SerfHeadReqProcImpl.cxx | 134 thePropertyValue.IsCaseSensitive = false; in processSingleResponseHeader()
|
H A D | SerfGetReqProcImpl.cxx | 180 thePropertyValue.IsCaseSensitive = false; in processSingleResponseHeader()
|
/aoo41x/main/qadevOOo/tests/java/ifc/util/ |
H A D | _XSortable.java | 94 tsf[l].IsCaseSensitive); in _createSortDescriptor() 206 tsf[l].IsCaseSensitive); in modifyDescriptor()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLExportDatabaseRanges.cxx | 452 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()
|
/aoo41x/main/qadevOOo/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScFilterDescriptorBase.csv | 3 "ScFilterDescriptorBase";"com::sun::star::sheet::SheetFilterDescriptor";"IsCaseSensitive"
|
H A D | com.sun.star.comp.office.ScSubTotalDescriptorBase.csv | 8 "ScSubTotalDescriptorBase";"com::sun::star::sheet::SubTotalDescriptor";"IsCaseSensitive"
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | textsearch.hxx | 89 int IsCaseSensitive() const { return bCaseSense; } in IsCaseSensitive() function in utl::SearchParam
|
/aoo41x/main/qadevOOo/objdsc/sw/ |
H A D | com.sun.star.comp.office.SwXDocumentIndex.csv | 31 "SwXDocumentIndex";"com::sun::star::text::DocumentIndex";"IsCaseSensitive#optional"
|
/aoo41x/main/offapi/com/sun/star/util/ |
H A D | SortDescriptor.idl | 54 [property] boolean IsCaseSensitive;
|
/aoo41x/main/offapi/com/sun/star/sdb/ |
H A D | ResultColumn.idl | 61 [readonly, property] boolean IsCaseSensitive;
|
/aoo41x/main/offapi/com/sun/star/sheet/ |
H A D | SheetSortDescriptor2.idl | 54 IsCaseSensitive, CollatorLocale and CollatorAlgorithm are only supported once and if
|
H A D | SubTotalDescriptor.idl | 91 [property] boolean IsCaseSensitive;
|
H A D | SheetFilterDescriptor.idl | 77 [property] boolean IsCaseSensitive;
|
/aoo41x/main/offapi/com/sun/star/text/ |
H A D | DocumentIndex.idl | 59 [optional, property] boolean IsCaseSensitive;
|
/aoo41x/main/offapi/com/sun/star/table/ |
H A D | TableSortField.idl | 62 boolean IsCaseSensitive;
|
/aoo41x/main/oox/source/token/ |
H A D | properties.txt | 224 IsCaseSensitive
|
/aoo41x/main/unotools/source/i18n/ |
H A D | textsearch.cxx | 198 if( !rParam.IsCaseSensitive() ) in Init()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unoobj.cxx | 2821 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()
|
/aoo41x/main/svl/source/misc/ |
H A D | inethist.cxx | 465 if (!rUrl.IsCaseSensitive()) in NormalizeUrl_Impl()
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | unosrch.hxx | 99 sal_Bool IsCaseSensitive() const throw() { return mbCaseSensitive; } in IsCaseSensitive() function in SdUnoSearchReplaceDescriptor
|
/aoo41x/main/tools/source/fsys/ |
H A D | unx.cxx | 218 sal_Bool DirEntry::IsCaseSensitive( FSysPathStyle eFormatter ) const in IsCaseSensitive() function in DirEntry
|
/aoo41x/main/tools/inc/tools/ |
H A D | fsys.hxx | 302 sal_Bool IsCaseSensitive (FSysPathStyle eFormatter = FSYS_STYLE_HOST) const;
|