| /aoo41x/main/svl/source/items/ | 
| H A D | srchitem.cxx | 277 	SetSearchString( rDescr->getSearchString() );  in GetFromDescriptor()285 …aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchBackwards") )…  in GetFromDescriptor()
 288 …aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchInSelection")…  in GetFromDescriptor()
 294 …aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarity") …  in GetFromDescriptor()
 314 	rDescr->setSearchString( GetSearchString() );  in SetToDescriptor()
 317 	rDescr->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchWords") ), aAny );  in SetToDescriptor()
 319 …rDescr->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchCaseSensitive") ), a…  in SetToDescriptor()
 321 …rDescr->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchBackwards") ), aAny …  in SetToDescriptor()
 323 …rDescr->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchInSelection") ), aAn…  in SetToDescriptor()
 327 …rDescr->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarity") ), aAny…  in SetToDescriptor()
 [all …]
 
 | 
| /aoo41x/main/dbaccess/source/ui/tabledesign/ | 
| H A D | FieldDescriptions.cxx | 93     ,m_aWidth(rDescr.m_aWidth)  in OFieldDescription()95     ,m_pType(rDescr.m_pType)  in OFieldDescription()
 96     ,m_xDest(rDescr.m_xDest)  in OFieldDescription()
 97     ,m_xDestInfo(rDescr.m_xDestInfo)  in OFieldDescription()
 98     ,m_sName(rDescr.m_sName)  in OFieldDescription()
 99     ,m_sTypeName(rDescr.m_sTypeName)  in OFieldDescription()
 102     ,m_nType(rDescr.m_nType)  in OFieldDescription()
 103     ,m_nPrecision(rDescr.m_nPrecision)  in OFieldDescription()
 104     ,m_nScale(rDescr.m_nScale)  in OFieldDescription()
 106     ,m_nFormatKey(rDescr.m_nFormatKey)  in OFieldDescription()
 [all …]
 
 | 
| /aoo41x/main/toolkit/source/helper/ | 
| H A D | vclunohelper.cxx | 350 	if ( rDescr.Name.getLength() )  in CreateFont()351 		aFont.SetName( rDescr.Name );  in CreateFont()
 352 	if ( rDescr.StyleName.getLength() )  in CreateFont()
 353     	aFont.SetStyleName( rDescr.StyleName );  in CreateFont()
 354 	if ( rDescr.Height )  in CreateFont()
 355     	aFont.SetSize( Size( rDescr.Width, rDescr.Height ) );  in CreateFont()
 359     	aFont.SetCharSet( (CharSet)rDescr.CharSet );  in CreateFont()
 361     	aFont.SetPitch( (FontPitch)rDescr.Pitch );  in CreateFont()
 362 	if ( rDescr.CharacterWidth )  in CreateFont()
 364 	if ( rDescr.Weight )  in CreateFont()
 [all …]
 
 | 
| /aoo41x/main/store/source/ | 
| H A D | stordata.cxx | 596 	page::DataBlock::LinkDescriptor &rDescr) const  in scope()612 		rDescr.m_nIndex0 = (sal_uInt16)(index0 & 0xffff);  in scope()
 639 		rDescr.m_nIndex0 = (sal_uInt16)(index0 & 0xffff);  in scope()
 640 		rDescr.m_nIndex1 = (sal_uInt16)(index1 & 0xffff);  in scope()
 671 		rDescr.m_nIndex0 = (sal_uInt16)(index0 & 0xffff);  in scope()
 672 		rDescr.m_nIndex1 = (sal_uInt16)(index1 & 0xffff);  in scope()
 673 		rDescr.m_nIndex2 = (sal_uInt16)(index2 & 0xffff);  in scope()
 709 		rDescr.m_nIndex0 = (sal_uInt16)(index0 & 0xffff);  in scope()
 710 		rDescr.m_nIndex1 = (sal_uInt16)(index1 & 0xffff);  in scope()
 711 		rDescr.m_nIndex2 = (sal_uInt16)(index2 & 0xffff);  in scope()
 [all …]
 
 | 
| H A D | stordata.hxx | 66 	static sal_uInt16 capacity (const D& rDescr) // @see inode::ChunkDescriptor  in capacity()68 		return (store::ntohs(rDescr.m_nSize) - self::thePageSize);  in capacity()
 156 	static sal_uInt16 capacity (const D& rDescr)  in capacity()
 158 		return (store::ntohs(rDescr.m_nSize) - self::thePageSize);  in capacity()
 167 	static sal_uInt16 capacityCount (const D& rDescr) // @see DirectoryPageObject::scope()  in capacityCount()
 169 		return sal_uInt16(capacity(rDescr) / sizeof(sal_uInt32));  in capacityCount()
 847 		page::DataBlock::LinkDescriptor &rDescr) const;
 
 | 
| H A D | storbios.cxx | 741 	const OStorePageDescriptor& rDescr, storeAccessMode eMode)  in acquirePage()  argument755 	Ace * ace = Ace::find (&m_ace_head, rDescr.m_nAddr);  in acquirePage()
 756 	if (ace->m_addr == rDescr.m_nAddr)  in acquirePage()
 767 	  Ace * entry = AceCache::get().create (rDescr.m_nAddr, 1);  in acquirePage()
 783 	const OStorePageDescriptor& rDescr, storeAccessMode /* eMode */)  in releasePage()  argument
 793 	Ace * ace = Ace::find (&m_ace_head, rDescr.m_nAddr);  in releasePage()
 794 	if (ace->m_addr != rDescr.m_nAddr)  in releasePage()
 
 | 
| H A D | storbios.hxx | 95 		const OStorePageDescriptor& rDescr, storeAccessMode eMode);98 		const OStorePageDescriptor& rDescr, storeAccessMode eMode);
 
 | 
| /aoo41x/main/svx/source/fmcomp/ | 
| H A D | fmgridif.cxx | 112 	aFont.SetName( rDescr.Name );  in ImplCreateFont()113 	aFont.SetStyleName( rDescr.StyleName );  in ImplCreateFont()
 114 	aFont.SetSize( ::Size( rDescr.Width, rDescr.Height ) );  in ImplCreateFont()
 115 	aFont.SetFamily( (FontFamily)rDescr.Family );  in ImplCreateFont()
 116 	aFont.SetCharSet( (CharSet)rDescr.CharSet );  in ImplCreateFont()
 117 	aFont.SetPitch( (FontPitch)rDescr.Pitch );  in ImplCreateFont()
 120 	aFont.SetItalic( (FontItalic)rDescr.Slant );  in ImplCreateFont()
 121 	aFont.SetUnderline( (::FontUnderline)rDescr.Underline );  in ImplCreateFont()
 123 	aFont.SetOrientation( (sal_Int16)rDescr.Orientation );  in ImplCreateFont()
 124 	aFont.SetKerning( rDescr.Kerning );  in ImplCreateFont()
 [all …]
 
 | 
| /aoo41x/main/cui/source/dialogs/ | 
| H A D | plfilter.cxx | 72 			const PluginDescription & rDescr = pDescriptions[nPos];  in fillNetscapePluginFilters()  local74 			StrSet& rTypes = aMap[ rDescr.Description ];  in fillNetscapePluginFilters()
 75 			String aExtension( rDescr.Extension );  in fillNetscapePluginFilters()
 
 | 
| /aoo41x/main/svl/inc/svl/ | 
| H A D | urlbmk.hxx | 53 					INetBookmark( const String &rUrl, const String &rDescr )  in INetBookmark()  argument54 						: aUrl( rUrl ), aDescr( rDescr )  in INetBookmark()
 
 | 
| H A D | srchitem.hxx | 165 …or( const ::com::sun::star::uno::Reference< ::com::sun::star::util::XSearchDescriptor > & rDescr );166 …scriptor( ::com::sun::star::uno::Reference< ::com::sun::star::util::XSearchDescriptor > & rDescr );
 
 | 
| /aoo41x/main/svtools/inc/svtools/ | 
| H A D | txtattr.hxx | 120 	void					SetDescription( const XubString& rDescr )	{ maDescription = rDescr; }  in SetDescription()  argument
 | 
| H A D | accessibleruler.hxx | 242 	void setDescription( const ::rtl::OUString& rDescr );
 | 
| /aoo41x/main/sw/source/ui/wrtsh/ | 
| H A D | wrtsh3.cxx | 193 sal_Bool SwWrtShell::GetURLFromButton( String& rURL, String& rDescr ) const  in GetURLFromButton()231                             rDescr = String(uTmp);  in GetURLFromButton()
 
 | 
| /aoo41x/main/sfx2/source/doc/ | 
| H A D | frmdescr.cxx | 119 sal_Bool SfxFrameDescriptor::CompareOriginal( SfxFrameDescriptor& rDescr ) const  in CompareOriginal()121 	if( aURL != rDescr.aURL )  in CompareOriginal()
 
 | 
| /aoo41x/main/svtools/source/control/ | 
| H A D | accessibleruler.cxx | 458 void SvtRulerAccessible::setDescription( const OUString& rDescr )  in setDescription()  argument461 		msDescription = rDescr;  in setDescription()
 
 | 
| /aoo41x/main/svx/source/accessibility/ | 
| H A D | svxrectctaccessiblecontext.cxx | 752 void SvxRectCtlAccessibleContext::setDescription( const ::rtl::OUString& rDescr )  in setDescription()  argument759 		aPostVal <<= rDescr;  in setDescription()
 761 		msDescription = rDescr;  in setDescription()
 
 | 
| H A D | GraphCtlAccessibleContext.cxx | 767 void SvxGraphCtrlAccessibleContext::setDescription( const OUString& rDescr )  in setDescription()  argument771 	msDescription = rDescr;  in setDescription()
 
 | 
| /aoo41x/main/cppu/inc/typelib/ | 
| H A D | typedescription.hxx | 88 	inline TypeDescription( const TypeDescription & rDescr ) SAL_THROW( () );
 | 
| /aoo41x/main/forms/source/component/ | 
| H A D | Filter.cxx | 271 	void OFilterControl::PrepareWindowDescriptor( WindowDescriptor& rDescr )  in PrepareWindowDescriptor()  argument274 			rDescr.WindowAttributes |= VclWindowPeerAttribute::DROPDOWN;  in PrepareWindowDescriptor()
 
 | 
| /aoo41x/main/dbaccess/source/ui/inc/ | 
| H A D | FieldDescriptions.hxx | 79 		OFieldDescription( const OFieldDescription& rDescr );
 | 
| /aoo41x/main/toolkit/inc/toolkit/helper/ | 
| H A D | vclunohelper.hxx | 107 …static Font										CreateFont( const ::com::sun::star::awt::FontDescriptor& rDescr, const Font& …
 | 
| /aoo41x/main/svx/source/inc/ | 
| H A D | GraphCtlAccessibleContext.hxx | 202 	void setDescription( const ::rtl::OUString& rDescr );
 | 
| H A D | svxrectctaccessiblecontext.hxx | 277 	void setDescription( const ::rtl::OUString& rDescr );
 | 
| /aoo41x/main/sw/source/ui/inc/ | 
| H A D | wrtsh.hxx | 446 	sal_Bool GetURLFromButton( String& rURL, String& rDescr ) const;
 |