Home
last modified time | relevance | path

Searched refs:rDescr (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/svl/source/items/
H A Dsrchitem.cxx275 …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 DFieldDescriptions.cxx90 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 Dvclunohelper.cxx347 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 Dstordata.cxx596 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 Dstordata.hxx66 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 Dstorbios.cxx741 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 Dstorbios.hxx95 const OStorePageDescriptor& rDescr, storeAccessMode eMode);
98 const OStorePageDescriptor& rDescr, storeAccessMode eMode);
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx109 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 Dplfilter.cxx72 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 Durlbmk.hxx53 INetBookmark( const String &rUrl, const String &rDescr ) in INetBookmark() argument
54 : aUrl( rUrl ), aDescr( rDescr ) in INetBookmark()
H A Dsrchitem.hxx165 …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 Dtxtattr.hxx120 void SetDescription( const XubString& rDescr ) { maDescription = rDescr; } in SetDescription() argument
H A Daccessibleruler.hxx242 void setDescription( const ::rtl::OUString& rDescr );
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh3.cxx193 sal_Bool SwWrtShell::GetURLFromButton( String& rURL, String& rDescr ) const in GetURLFromButton()
231 rDescr = String(uTmp); in GetURLFromButton()
/trunk/main/sfx2/source/doc/
H A Dfrmdescr.cxx119 sal_Bool SfxFrameDescriptor::CompareOriginal( SfxFrameDescriptor& rDescr ) const in CompareOriginal()
121 if( aURL != rDescr.aURL ) in CompareOriginal()
/trunk/main/svtools/source/control/
H A Daccessibleruler.cxx458 void SvtRulerAccessible::setDescription( const OUString& rDescr ) in setDescription() argument
461 msDescription = rDescr; in setDescription()
/trunk/main/svx/source/accessibility/
H A Dsvxrectctaccessiblecontext.cxx752 void SvxRectCtlAccessibleContext::setDescription( const ::rtl::OUString& rDescr ) in setDescription() argument
759 aPostVal <<= rDescr; in setDescription()
761 msDescription = rDescr; in setDescription()
H A DGraphCtlAccessibleContext.cxx767 void SvxGraphCtrlAccessibleContext::setDescription( const OUString& rDescr ) in setDescription() argument
771 msDescription = rDescr; in setDescription()
/trunk/main/forms/source/component/
H A DFilter.cxx271 void OFilterControl::PrepareWindowDescriptor( WindowDescriptor& rDescr ) in PrepareWindowDescriptor() argument
274 rDescr.WindowAttributes |= VclWindowPeerAttribute::DROPDOWN; in PrepareWindowDescriptor()
/trunk/main/cppu/inc/typelib/
H A Dtypedescription.hxx88 inline TypeDescription( const TypeDescription & rDescr ) SAL_THROW( () );
/trunk/main/dbaccess/source/ui/inc/
H A DFieldDescriptions.hxx79 OFieldDescription( const OFieldDescription& rDescr );
/trunk/main/toolkit/inc/toolkit/helper/
H A Dvclunohelper.hxx107 … CreateFont( const ::com::sun::star::awt::FontDescriptor& rDescr, const Font& rInit…
/trunk/main/svx/source/inc/
H A DGraphCtlAccessibleContext.hxx202 void setDescription( const ::rtl::OUString& rDescr );
H A Dsvxrectctaccessiblecontext.hxx277 void setDescription( const ::rtl::OUString& rDescr );
/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx445 sal_Bool GetURLFromButton( String& rURL, String& rDescr ) const;

12