Home
last modified time | relevance | path

Searched refs:rDescriptor (Results 26 – 50 of 58) sorted by relevance

123

/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofmasterpagedescriptor.cxx91 …ctOfMasterPageDescriptor::ViewContactOfMasterPageDescriptor(sdr::MasterPageDescriptor& rDescriptor) in ViewContactOfMasterPageDescriptor() argument
93 mrMasterPageDescriptor(rDescriptor) in ViewContactOfMasterPageDescriptor()
/trunk/main/dbaccess/source/filter/xml/
H A Dxmlfilter.cxx464 sal_Bool SAL_CALL ODBFilter::filter( const Sequence< PropertyValue >& rDescriptor ) in filter() argument
478 bRet = implImport( rDescriptor ); in filter()
492 sal_Bool ODBFilter::implImport( const Sequence< PropertyValue >& rDescriptor ) in implImport() argument
496 ::comphelper::NamedValueCollection aMediaDescriptor( rDescriptor ); in implImport()
H A Dxmlfilter.hxx130 sal_Bool implImport( const Sequence< PropertyValue >& rDescriptor ) throw (RuntimeException);
157 …virtual sal_Bool SAL_CALL filter( const Sequence< PropertyValue >& rDescriptor ) throw(RuntimeExce…
/trunk/main/oox/source/xls/
H A Dbiffdetector.cxx199 OUString SAL_CALL BiffDetector::detect( Sequence< PropertyValue >& rDescriptor ) throw( RuntimeExce… in detect() argument
203 MediaDescriptor aDescriptor( rDescriptor ); in detect()
/trunk/main/svx/source/accessibility/
H A DChildrenManagerImpl.cxx494 ChildDescriptor& rDescriptor = maVisibleChildren.back(); in AddShape() local
495 GetChild (rDescriptor, maVisibleChildren.size()-1); in AddShape()
499 aNewShape <<= rDescriptor.mxAccessibleShape; in AddShape()
505 RegisterAsDisposeListener (rDescriptor.mxShape); in AddShape()
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx345 aData.sDataSource = rMergeDesc.rDescriptor.getDataSource(); in MergeNew()
346 rMergeDesc.rDescriptor[daCommand] >>= aData.sCommand; in MergeNew()
347 rMergeDesc.rDescriptor[daCommandType] >>= aData.nCommandType; in MergeNew()
349 if ( rMergeDesc.rDescriptor.has(daCursor) ) in MergeNew()
350 rMergeDesc.rDescriptor[daCursor] >>= xResSet; in MergeNew()
351 if ( rMergeDesc.rDescriptor.has(daSelection) ) in MergeNew()
352 rMergeDesc.rDescriptor[daSelection] >>= aSelection; in MergeNew()
353 if ( rMergeDesc.rDescriptor.has(daConnection) ) in MergeNew()
354 rMergeDesc.rDescriptor[daConnection] >>= xConnection; in MergeNew()
/trunk/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx1433 …d ScDBDocFunc::UpdateImport( const String& rTarget, const svx::ODataAccessDescriptor& rDescriptor ) in UpdateImport() argument
1466 rDescriptor[svx::daDataSource] >>= sDBName; in UpdateImport()
1467 rDescriptor[svx::daCommand] >>= sDBTable; in UpdateImport()
1468 rDescriptor[svx::daCommandType] >>= nCommandType; in UpdateImport()
1477 sal_Bool bContinue = DoImport( nTab, aImportParam, &rDescriptor, sal_True ); in UpdateImport()
/trunk/main/sd/source/ui/sidebar/
H A DRecentlyUsedMasterPages.cxx94 bool operator () (const Descriptor& rDescriptor) in operator ()() argument
95 { return maToken==rDescriptor.maToken; } in operator ()()
H A DMasterPageContainer.cxx98 virtual Token PutMasterPage (const SharedMasterPageDescriptor& rDescriptor);
298 const SharedMasterPageDescriptor& rDescriptor) in PutMasterPage() argument
300 return mpImpl->PutMasterPage(rDescriptor); in PutMasterPage()
H A DMasterPageContainer.hxx121 Token PutMasterPage (const ::boost::shared_ptr<MasterPageDescriptor>& rDescriptor);
/trunk/main/reportdesign/source/filter/xml/
H A Dxmlfilter.hxx105 sal_Bool implImport( const Sequence< PropertyValue >& rDescriptor ) throw (RuntimeException);
127 …virtual sal_Bool SAL_CALL filter( const Sequence< PropertyValue >& rDescriptor ) throw(RuntimeExce…
/trunk/main/sc/source/filter/inc/
H A Dxlescher.hxx433 ::com::sun::star::script::ScriptEventDescriptor& rDescriptor,
439 const ::com::sun::star::script::ScriptEventDescriptor& rDescriptor,
/trunk/main/sd/source/ui/framework/factories/
H A DBasicPaneFactory.cxx499 const PaneDescriptor& rDescriptor) in CreateChildWindowPane() argument
508 switch (rDescriptor.mePaneId) in CreateChildWindowPane()
H A DBasicPaneFactory.hxx155 const PaneDescriptor& rDescriptor);
/trunk/main/sw/inc/
H A Ddbmgr.hxx149 const ::svx::ODataAccessDescriptor& rDescriptor; member
176 rDescriptor(rDesc), in SwMergeDescriptor()
/trunk/main/toolkit/source/awt/
H A Dvclxdevice.cxx206 …nt > VCLXDevice::getFont( const ::com::sun::star::awt::FontDescriptor& rDescriptor ) throw(::com::… in getFont() argument
214 pMetric->Init( *this, VCLUnoHelper::CreateFont( rDescriptor, mpOutputDevice->GetFont() ) ); in getFont()
/trunk/main/svx/inc/svx/sdr/contact/
H A Dviewcontactofmasterpagedescriptor.hxx58 ViewContactOfMasterPageDescriptor(sdr::MasterPageDescriptor& rDescriptor);
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx184 sal_Bool SVGFilter::implExport( const Sequence< PropertyValue >& rDescriptor ) in implExport() argument
190 sal_Int32 nLength = rDescriptor.getLength(); in implExport()
192 const PropertyValue* pValue = rDescriptor.getConstArray(); in implExport()
/trunk/main/sd/source/core/
H A Dsdpage.cxx1378 void findAutoLayoutShapesImpl( SdPage& rPage, const LayoutDescriptor& rDescriptor, std::vector< Sdr… in findAutoLayoutShapesImpl() argument
1390 for (i = 0; (i < MAX_PRESOBJS) && (rDescriptor.meKind[i] != PRESOBJ_NONE); i++) in findAutoLayoutShapesImpl()
1392 PresObjKind eKind = rDescriptor.meKind[i]; in findAutoLayoutShapesImpl()
1412 for (i = 0; (i < MAX_PRESOBJS) && (rDescriptor.meKind[i] != PRESOBJ_NONE); i++) in findAutoLayoutShapesImpl()
1417 PresObjKind eKind = rDescriptor.meKind[i]; in findAutoLayoutShapesImpl()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dunourl.hxx57 explicit UnoUrlDescriptor(rtl::OUString const & rDescriptor);
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsFocusManager.hxx125 void SetFocusedPage (const model::SharedPageDescriptor& rDescriptor);
/trunk/main/sd/source/ui/slidesorter/inc/model/
H A DSlsVisualState.hxx58 void UpdateVisualState (const PageDescriptor& rDescriptor);
/trunk/main/sc/source/ui/inc/
H A Ddbdocfun.hxx70 …id UpdateImport( const String& rTarget, const svx::ODataAccessDescriptor& rDescriptor );
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx2862 const uno::Sequence< beans::PropertyValue >& rDescriptor, in ConvertSortProperties()
2866 const beans::PropertyValue* pProperties = rDescriptor.getConstArray(); in ConvertSortProperties()
2891 for (sal_Int32 n = 0; n < rDescriptor.getLength(); ++n) in ConvertSortProperties()
3112 SwXTextCursor::sort(const uno::Sequence< beans::PropertyValue >& rDescriptor) in sort() argument
3122 if (!SwUnoCursorHelper::ConvertSortProperties(rDescriptor, aSortOpt)) in sort()
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlideSorterView.hxx96 void RequestRepaint (const model::SharedPageDescriptor& rDescriptor);

Completed in 135 milliseconds

123