/aoo41x/main/starmath/inc/ |
H A D | utility.hxx | 227 inline sal_Bool Contains(const String &rString) const; 249 inline sal_Bool SmStringPickList::Contains(const String &rString) const in Contains() function in SmStringPickList 251 return SmPickList::Contains((void *)&rString); in Contains() 289 using SmPickList::Contains; 290 inline sal_Bool Contains(const Font &rFont) const; 316 inline sal_Bool SmFontPickList::Contains(const Font &rFont) const in Contains() function in SmFontPickList 318 return SmPickList::Contains((void *)&rFont); in Contains()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | sortedobjsimpl.cxx | 214 if ( Contains( _rAnchoredObj ) ) in Insert() 232 return Contains( _rAnchoredObj ); in Insert() 260 bool SwSortedObjsImpl::Contains( const SwAnchoredObject& _rAnchoredObj ) const in Contains() function in SwSortedObjsImpl 270 if ( !Contains( _rAnchoredObj ) ) in Update() 287 return Contains( _rAnchoredObj ); in Update()
|
H A D | sortedobjs.cxx | 59 bool SwSortedObjs::Contains( const SwAnchoredObject& _rAnchoredObj ) const in Contains() function in SwSortedObjs 61 return mpImpl->Contains( _rAnchoredObj ); in Contains()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | minstack.hxx | 49 sal_Bool Contains( const T& rItem ) const \ 50 { return ARR##arr_::Contains( rItem ); } \ 90 sal_Bool Contains( const T pItem ) const \ 91 { return ARR##arr_::Contains( pItem ); } \
|
H A D | minarray.hxx | 72 sal_Bool Contains( const T& rItem ) const;\ 261 sal_Bool ARR::Contains( const T& rItem ) const \ 336 sal_Bool Contains( const void* rItem ) const; 417 sal_Bool Contains( const char rItem ) const; 482 sal_Bool Contains( const short rItem ) const;
|
/aoo41x/main/unotools/source/accessibility/ |
H A D | accessiblestatesethelper.cxx | 54 sal_Bool Contains (sal_Int16 aState) 99 inline sal_Bool AccessibleStateSetHelperImpl::Contains (sal_Int16 aState) in Contains() function in AccessibleStateSetHelperImpl 118 if (Contains(i)) in GetStates() 246 return mpHelperImpl->Contains(aState); in contains() 275 bFound = mpHelperImpl->Contains(pStates[i]); in containsAll()
|
/aoo41x/main/offapi/com/sun/star/chart/ |
H A D | ChartAxis.idl | 113 /** Contains the maximum value for the axis scale. 119 /** Contains the minimum value for the axis scale. 125 /** Contains the distance between the main tick marks. 132 Contains the number of help intervals within a main interval. E.g. a StepHelpCount of 5 divides 141 Contains the distance between the help tick marks. 260 /** Contains the type id for the number formatter of the axis.
|
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | querydlg.src | 175 …Text [ en-US ] = "Contains ALL records from table '%1' but only records from table '%2' where the … 180 Text [ en-US ] = "Contains ALL records from '%1' and from '%2'."; 184 Text [ en-US ] = "Contains the cartesian product of ALL records from '%1' and from '%2'."; 188 …Text [ en-US ] = "Contains only one column for each pair of equally-named columns from '%1' and fr…
|
/aoo41x/main/sc/inc/ |
H A D | convuno.hxx | 76 static inline bool Contains( 80 static inline bool Contains( 157 inline bool ScUnoConversion::Contains( in Contains() function in ScUnoConversion 166 inline bool ScUnoConversion::Contains( in Contains() function in ScUnoConversion
|
/aoo41x/main/offapi/com/sun/star/xml/sax/ |
H A D | XFastContextHandler.idl | 71 Contains a <type>XFastAttrbitueList</type> to access the attributes 87 Contains a <type>XFastAttrbitueList</type> to access the attributes 124 Contains a <type>XFastAttrbitueList</type> to access the attributes 139 Contains a <type>XFastAttrbitueList</type> to access the attributes
|
H A D | XFastSerializer.idl | 86 Contains a <type>XFastAttrbitueList</type> to access the attributes 102 Contains a <type>XFastAttrbitueList</type> to access the attributes 139 Contains a <type>XFastAttrbitueList</type> to access the attributes 155 Contains a <type>XFastAttrbitueList</type> to access the attributes
|
/aoo41x/main/offapi/com/sun/star/awt/grid/ |
H A D | GridColumnEvent.idl | 43 /** Contains the old value **/ 46 /** Contains the new value **/ 49 /** Contains the index of the changed column**/
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | AdabasStat.src | 173 Text [ en-US ] = "Contains the system tables"; 178 Text [ en-US ] = "Contains information about transaction"; 183 Text [ en-US ] = "Contains all data files";
|
/aoo41x/main/svtools/source/contnr/ |
H A D | templwin.src | 344 Text [ en-US ] = "Contains your letters, reports and other documents"; 348 Text [ en-US ] = "Contains templates for creating new documents"; 352 Text [ en-US ] = "Contains a selection of sample letters, reports and other documents";
|
/aoo41x/main/sfx2/source/bastyp/ |
H A D | minarray.cxx | 219 sal_Bool SfxPtrArr::Contains( const void* rItem ) const in Contains() function in SfxPtrArr 434 sal_Bool ByteArr::Contains( const char rItem ) const in Contains() function in ByteArr 666 sal_Bool WordArr::Contains( const short rItem ) const in Contains() function in WordArr
|
H A D | bitset.cxx | 332 sal_Bool BitSet::Contains( sal_uInt16 nBit ) const in Contains() function in BitSet 382 if(!Contains(i)) in GetFreeIndex()
|
/aoo41x/main/sc/source/ui/src/ |
H A D | crnrdlg.src | 70 Text [ en-US ] = "Contains ~column labels" ; 78 Text [ en-US ] = "Contains ~row labels" ;
|
H A D | filter.src | 171 < "Contains" ; Default ; > ; 199 < "Contains" ; Default ; > ; 227 < "Contains" ; Default ; > ; 255 < "Contains" ; Default ; > ;
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | mmgreetingspage.cxx | 235 void SwGreetingsHandler::Contains(sal_Bool bContainsGreeting) in Contains() function in SwGreetingsHandler 426 SwGreetingsHandler::Contains(bContainsGreeting); in IMPL_LINK() 581 SwGreetingsHandler::Contains(pBox->IsChecked()); in IMPL_LINK()
|
/aoo41x/main/svtools/source/control/ |
H A D | roadmap.cxx | 124 bool Contains( const Window* _pWindow ) const; 703 if ( (*i)->Contains( pWindow ) ) in GetByPointer() 788 bool RoadmapItem::Contains( const Window* _pWindow ) const in Contains() function in svt::RoadmapItem
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xistyle.hxx | 552 inline bool Contains( SCROW nScRow ) const; 574 inline bool XclImpXFRange::Contains( SCROW nScRow ) const in Contains() function in XclImpXFRange
|
/aoo41x/main/sw/source/core/inc/ |
H A D | sortedobjs.hxx | 77 bool Contains( const SwAnchoredObject& _rAnchoredObj ) const;
|
H A D | sortedobjsimpl.hxx | 50 bool Contains( const SwAnchoredObject& _rAnchoredObj ) const;
|
/aoo41x/main/sal/textenc/ |
H A D | convertadobe.tab | 120 //TODO: Contains Unicode PUA mappings 189 //TODO: Contains Unicode PUA mappings 232 //TODO: Contains Unicode PUA mappings
|
/aoo41x/main/sfx2/inc/ |
H A D | idpool.hxx | 54 return ( this->Contains(nId-nOffset) ); in IsLocked()
|