Home
last modified time | relevance | path

Searched refs:HasEntry (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Duserlist.cxx215 if ( !HasEntry( sDayShort ) ) in ScUserList()
217 if ( !HasEntry( sDayLong ) ) in ScUserList()
237 if ( !HasEntry( sMonthShort ) ) in ScUserList()
239 if ( !HasEntry( sMonthLong ) ) in ScUserList()
283 sal_Bool ScUserList::HasEntry( const String& rStr ) const in HasEntry() function in ScUserList
/trunk/main/linguistic/source/
H A Dconvdic.cxx347 sal_Bool ConvDic::HasEntry( const OUString &rLeftText, const OUString &rRightText ) in HasEntry() function in ConvDic
361 DBG_ASSERT(!HasEntry( rLeftText, rRightText), "entry already exists" ); in AddEntry()
552 if (HasEntry( aLeftText, aRightText )) in addEntry()
566 if (!HasEntry( aLeftText, aRightText )) in removeEntry()
626 sal_Bool bHasElement = HasEntry( rLeftText, rRightText); in setPropertyType()
643 sal_Bool bHasElement = HasEntry( rLeftText, rRightText); in getPropertyType()
H A Dspelldsp.cxx70 sal_Bool HasEntry( const OUString &rText ) const;
90 sal_Bool ProposalList::HasEntry( const OUString &rText ) const in HasEntry() function in ProposalList
104 if (!HasEntry( rText )) in Prepend()
110 if (!HasEntry( rText )) in Append()
120 if (!HasEntry( rText )) in Append()
132 if (!HasEntry( rText )) in Append()
H A Dconvdic.hxx162 sal_Bool HasEntry( const rtl::OUString &rLeftText, const rtl::OUString &rRightText );
/trunk/main/sc/inc/
H A Duserlist.hxx69 sal_Bool HasEntry( const String& rStr ) const;

Completed in 31 milliseconds