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.cxx277 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()
319rDescr->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchCaseSensitive") ), a… in SetToDescriptor()
321rDescr->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchBackwards") ), aAny … in SetToDescriptor()
323rDescr->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchInSelection") ), aAn… in SetToDescriptor()
327rDescr->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarity") ), aAny… in SetToDescriptor()
[all …]
/trunk/main/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx93 ,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 …]
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx350 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 …]
/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.cxx112 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 …]
/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/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/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/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 …static Font CreateFont( const ::com::sun::star::awt::FontDescriptor& rDescr, const Font& …
/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.hxx446 sal_Bool GetURLFromButton( String& rURL, String& rDescr ) const;

Completed in 104 milliseconds

12