| /trunk/main/svl/source/items/ |
| H A D | srchitem.cxx | 275 …ptor( const ::com::sun::star::uno::Reference< ::com::sun::star::util::XSearchDescriptor >& rDescr ) in GetFromDescriptor() argument 277 SetSearchString( rDescr->getSearchString() ); in GetFromDescriptor() 278 …::com::sun::star::uno::Any aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRIN… in GetFromDescriptor() 282 …aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchCaseSensitive… 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() 291 …aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchRegularExpres… in GetFromDescriptor() 294 …aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarity") … in GetFromDescriptor() 297 …aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarityRel… in GetFromDescriptor() 300 …aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarityExc… in GetFromDescriptor() [all …]
|
| /trunk/main/dbaccess/source/ui/tabledesign/ |
| H A D | FieldDescriptions.cxx | 90 OFieldDescription::OFieldDescription( const OFieldDescription& rDescr ) in OFieldDescription() argument 91 :m_aDefaultValue(rDescr.m_aDefaultValue) in OFieldDescription() 92 ,m_aControlDefault(rDescr.m_aControlDefault) in OFieldDescription() 93 ,m_aWidth(rDescr.m_aWidth) in OFieldDescription() 94 ,m_aRelativePosition(rDescr.m_aRelativePosition) 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() [all …]
|
| /trunk/main/toolkit/source/helper/ |
| H A D | vclunohelper.cxx | 347 Font VCLUnoHelper::CreateFont( const ::com::sun::star::awt::FontDescriptor& rDescr, const Font& rIn… in CreateFont() argument 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() 356 if ( (FontFamily)rDescr.Family != FAMILY_DONTKNOW ) in CreateFont() 357 aFont.SetFamily( (FontFamily)rDescr.Family ); in CreateFont() 358 if ( (CharSet)rDescr.CharSet != RTL_TEXTENCODING_DONTKNOW ) in CreateFont() [all …]
|
| /trunk/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() argument 755 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);
|
| /trunk/main/svx/source/fmcomp/ |
| H A D | fmgridif.cxx | 109 Font ImplCreateFont( const ::com::sun::star::awt::FontDescriptor& rDescr ) in ImplCreateFont() argument 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() 118 aFont.SetWidthType( VCLUnoHelper::ConvertFontWidth( rDescr.CharacterWidth ) ); in ImplCreateFont() 119 aFont.SetWeight( VCLUnoHelper::ConvertFontWeight( rDescr.Weight ) ); in ImplCreateFont() 120 aFont.SetItalic( (FontItalic)rDescr.Slant ); in ImplCreateFont() [all …]
|
| /trunk/main/cui/source/dialogs/ |
| H A D | plfilter.cxx | 72 const PluginDescription & rDescr = pDescriptions[nPos]; in fillNetscapePluginFilters() local 74 StrSet& rTypes = aMap[ rDescr.Description ]; in fillNetscapePluginFilters() 75 String aExtension( rDescr.Extension ); in fillNetscapePluginFilters()
|
| /trunk/main/svl/inc/svl/ |
| H A D | urlbmk.hxx | 53 INetBookmark( const String &rUrl, const String &rDescr ) in INetBookmark() argument 54 : 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 );
|
| /trunk/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 );
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/main/svtools/source/control/ |
| H A D | accessibleruler.cxx | 458 void SvtRulerAccessible::setDescription( const OUString& rDescr ) in setDescription() argument 461 msDescription = rDescr; in setDescription()
|
| /trunk/main/svx/source/accessibility/ |
| H A D | svxrectctaccessiblecontext.cxx | 752 void SvxRectCtlAccessibleContext::setDescription( const ::rtl::OUString& rDescr ) in setDescription() argument 759 aPostVal <<= rDescr; in setDescription() 761 msDescription = rDescr; in setDescription()
|
| H A D | GraphCtlAccessibleContext.cxx | 767 void SvxGraphCtrlAccessibleContext::setDescription( const OUString& rDescr ) in setDescription() argument 771 msDescription = rDescr; in setDescription()
|
| /trunk/main/forms/source/component/ |
| H A D | Filter.cxx | 271 void OFilterControl::PrepareWindowDescriptor( WindowDescriptor& rDescr ) in PrepareWindowDescriptor() argument 274 rDescr.WindowAttributes |= VclWindowPeerAttribute::DROPDOWN; in PrepareWindowDescriptor()
|
| /trunk/main/cppu/inc/typelib/ |
| H A D | typedescription.hxx | 88 inline TypeDescription( const TypeDescription & rDescr ) SAL_THROW( () );
|
| /trunk/main/dbaccess/source/ui/inc/ |
| H A D | FieldDescriptions.hxx | 79 OFieldDescription( const OFieldDescription& rDescr );
|
| /trunk/main/toolkit/inc/toolkit/helper/ |
| H A D | vclunohelper.hxx | 107 … CreateFont( const ::com::sun::star::awt::FontDescriptor& rDescr, const Font& rInit…
|
| /trunk/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 );
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | wrtsh.hxx | 445 sal_Bool GetURLFromButton( String& rURL, String& rDescr ) const;
|