Home
last modified time | relevance | path

Searched refs:rId (Results 126 – 150 of 268) sorted by relevance

1234567891011

/trunk/main/sd/source/ui/app/
H A Dsdxfer.cxx795 …sferable::getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& rId ) throw( ::com::sun… in getSomething() argument
799 if( ( rId.getLength() == 16 ) && in getSomething()
800 ( 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), rId.getConstArray(), 16 ) ) ) in getSomething()
/trunk/main/svtools/inc/svtools/
H A Dtabbar.hxx525 void SetHelpId( const rtl::OString& rId ) in SetHelpId() argument
526 { Window::SetHelpId( rId ); } in SetHelpId()
/trunk/main/sfx2/source/inc/
H A Dtempldgi.hxx77 DropListBox_Impl( Window* pParent, const ResId& rId, SfxCommonTemplateDialog_Impl* pD ) : in DropListBox_Impl() argument
78 SvTreeListBox( pParent, rId ), pDialog( pD ) {} in DropListBox_Impl()
/trunk/main/idl/source/objects/
H A Dtypes.cxx585 const SvNumberIdentifier & rId = GetSlotId(); in MakeSlotValue() local
586 sal_uLong n = rId.GetValue(); in MakeSlotValue()
612 const SvNumberIdentifier & rId = GetSlotId(); in WriteAttributes() local
614 if( (rId.IsSet() && !(nA & WA_STRUCT)) || bReadonly ) in WriteAttributes()
624 if( rId.IsSet() && !(nA & WA_STRUCT) ) in WriteAttributes()
/trunk/main/sc/source/ui/unoobj/
H A Dafmtuno.cxx455 const uno::Sequence<sal_Int8 >& rId ) throw(uno::RuntimeException) in getSomething()
457 if ( rId.getLength() == 16 && in getSomething()
459 rId.getConstArray(), 16 ) ) in getSomething()
/trunk/main/ucb/source/ucp/ext/
H A Ducpext_datasupplier.cxx326 const ::rtl::OUString& rId( m_pImpl->m_aResults[ i_nIndex ].sId ); in queryPropertyValues() local
328 ::rtl::OUString sTitle = Content::decodeIdentifier( rId.copy( sRootURL.getLength() ) ); in queryPropertyValues()
/trunk/main/idl/inc/
H A Dtypes.hxx73 void SetSlotId( const SvNumberIdentifier & rId ) in SetSlotId() argument
74 { aSlotId = rId; } in SetSlotId()
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx176 …sferable::getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& rId ) throw( ::com::sun… in getSomething() argument
180 if( ( rId.getLength() == 16 ) && in getSomething()
181 ( 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), rId.getConstArray(), 16 ) ) ) in getSomething()
186 nRet = SdTransferable::getSomething(rId); in getSomething()
/trunk/main/rsc/doku/feinkonz.43/
H A Drscerror.doc2020 const RscId & rId,
2035 rId Dies ist der Identifier der Resourceinstanz, in der der Fehler
2044 const RscId & rId,
2056 rId Dies ist der Identifier der Resourceinstanz, in der der Fehler
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx1242 const ResId &rId ) : in SfxPopupWindow() argument
1243 FloatingWindow( SFX_APP()->GetTopWindow(), rId ) in SfxPopupWindow()
1284 const ResId &rId ) : in SfxPopupWindow() argument
1285 FloatingWindow( pParentWindow, rId ) in SfxPopupWindow()
/trunk/main/starmath/source/
H A Dmathmlexport.cxx398 const uno::Sequence< sal_Int8 >& rId ) in getSomething()
401 if ( rId.getLength() == 16 && in getSomething()
403 rId.getConstArray(), 16 ) ) in getSomething()
406 return SvXMLExport::getSomething( rId ); in getSomething()
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx1215 sal_Int64 SwXNumberingRules::getSomething( const uno::Sequence< sal_Int8 > & rId ) throw(uno::Runti… in getSomething() argument
1217 if( rId.getLength() == 16 in getSomething()
1219 rId.getConstArray(), 16 ) ) in getSomething()
2808 sal_Int64 SAL_CALL SwXTextColumns::getSomething( const uno::Sequence< sal_Int8 >& rId ) in getSomething() argument
2811 if( rId.getLength() == 16 in getSomething()
2813 rId.getConstArray(), 16 ) ) in getSomething()
H A Dunoport.cxx989 sal_Int64 SwXTextPortion::getSomething( const uno::Sequence< sal_Int8 >& rId ) in getSomething() argument
992 if( rId.getLength() == 16 in getSomething()
994 rId.getConstArray(), 16 ) ) in getSomething()
H A Dunoflatpara.cxx287 const uno::Sequence< sal_Int8 >& rId) in getSomething()
290 return sw::UnoTunnelImpl(rId, this); in getSomething()
/trunk/main/svx/source/dialog/
H A Dpagectrl.cxx44 SvxPageWindow::SvxPageWindow(Window* pParent,const ResId& rId) in SvxPageWindow() argument
45 : Window(pParent,rId), in SvxPageWindow()
/trunk/main/tools/source/ref/
H A Dglobname.cxx79 SvGlobalName::SvGlobalName( const CLSID & rId ) in SvGlobalName() argument
83 memcpy( pImp->szData, &rId, sizeof( pImp->szData ) ); in SvGlobalName()
/trunk/main/unoxml/source/dom/
H A Dnode.cxx1046 CNode::getSomething(Sequence< ::sal_Int8 > const& rId) in getSomething() argument
1049 if ((rId.getLength() == 16) && in getSomething()
1051 rId.getConstArray(), 16))) in getSomething()
/trunk/main/sw/source/filter/xml/
H A Dxmlimp.cxx543 sal_Int64 SAL_CALL SwXMLImport::getSomething( const Sequence< sal_Int8 >& rId ) in getSomething() argument
546 if( rId.getLength() == 16 in getSomething()
548 rId.getConstArray(), 16 ) ) in getSomething()
552 return SvXMLImport::getSomething( rId ); in getSomething()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx739 sal_Int64 SAL_CALL SbaXGridPeer::getSomething( const Sequence< sal_Int8 > & rId ) throw(::com::sun:… in getSomething() argument
741 …if( rId.getLength() == 16 && 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), rId.getCon… in getSomething()
744 return FmXGridPeer::getSomething(rId); in getSomething()
/trunk/main/sfx2/source/doc/
H A Ddocfac.cxx399 void SfxObjectFactory::SetDocumentTypeNameResource( const ResId& rId ) in SetDocumentTypeNameResource() argument
402 pImpl->pNameResId = new ResId( rId ); in SetDocumentTypeNameResource()
/trunk/main/rsc/inc/
H A Drscdb.hxx333 CLASS_DATA Search( Atom typ, const RscId & rId );
334 void Delete( Atom typ, const RscId & rId );
/trunk/main/sfx2/inc/sfx2/
H A Dtbxctrl.hxx163 const ResId &rId );
167 const ResId &rId );
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dtypeprovider.hxx226 inline OImplementationId( const OImplementationId & rId ) SAL_THROW( () )
227 : _pSeq( new ::com::sun::star::uno::Sequence< sal_Int8 >( rId.getImplementationId() ) )
/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx403 Content::Content( const Reference< XContentIdentifier >& rId, in Content() argument
409 Reference< XContent > xContent = getContent( *pBroker, rId, true ); in Content()
457 sal_Bool Content::create( const Reference< XContentIdentifier >& rId, in create() argument
465 Reference< XContent > xContent = getContent( *pBroker, rId, false ); in create()
/trunk/main/sc/source/core/data/
H A Dglobal.cxx1210 ScResourcePublisher( const ScResId& rId ) : Resource( rId ) {} in ScResourcePublisher() argument
1212 sal_Bool IsAvailableRes( const ResId& rId ) const in IsAvailableRes()
1213 { return Resource::IsAvailableRes( rId ); } in IsAvailableRes()

Completed in 171 milliseconds

1234567891011