Home
last modified time | relevance | path

Searched refs:rDescriptor (Results 1 – 25 of 58) sorted by path

123

/trunk/main/cppuhelper/inc/cppuhelper/
H A Dunourl.hxx57 explicit UnoUrlDescriptor(rtl::OUString const & rDescriptor);
/trunk/main/cppuhelper/source/
H A Dunourl.cxx71 inline UnoUrlDescriptor::Impl::Impl(rtl::OUString const & rDescriptor) in Impl() argument
73 m_aDescriptor = rDescriptor; in Impl()
80 bool bEnd = i == rDescriptor.getLength(); in Impl()
81 sal_Unicode c = bEnd ? 0 : rDescriptor.getStr()[i]; in Impl()
97 = rDescriptor.copy(nStart, i - nStart).toAsciiLowerCase(); in Impl()
118 aKey = rDescriptor.copy(nStart, i - nStart).toAsciiLowerCase(); in Impl()
134 rtl::Uri::decode(rDescriptor.copy(nStart, in Impl()
151 UnoUrlDescriptor::UnoUrlDescriptor(rtl::OUString const & rDescriptor): in UnoUrlDescriptor() argument
152 m_xImpl(new Impl(rDescriptor)) in UnoUrlDescriptor()
/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/dbaccess/source/ui/browser/
H A Ddbexchange.cxx228 ODataAccessDescriptor& rDescriptor( getDescriptor() ); in disposing() local
230 if ( rDescriptor.has( daConnection ) ) in disposing()
232 Reference< XConnection > xConnection( rDescriptor[daConnection], UNO_QUERY ); in disposing()
235 rDescriptor.erase( daConnection ); in disposing()
239 if ( rDescriptor.has( daCursor ) ) in disposing()
241 Reference< XResultSet > xResultSet( rDescriptor[ daCursor ], UNO_QUERY ); in disposing()
244 rDescriptor.erase( daCursor ); in disposing()
246 if ( rDescriptor.has( daSelection ) ) in disposing()
247 rDescriptor.erase( daSelection ); in disposing()
248 if ( rDescriptor.has( daBookmarkSelection ) ) in disposing()
[all …]
/trunk/main/filter/source/config/cache/
H A Dtypedetection.cxx992 impl_openStream(rDescriptor); in impl_askDetectService()
996 impl_seekStreamToZero(rDescriptor); in impl_askDetectService()
1030 rDescriptor >> lDescriptor; in impl_askDetectService()
1032 rDescriptor << lDescriptor; in impl_askDetectService()
1045 impl_seekStreamToZero(rDescriptor); in impl_askDetectService()
1144 bSuccess = rDescriptor.addInputStream(); in impl_openStream()
1166 if (pItType != rDescriptor.end()) in impl_removeTypeFilterFromDescriptor()
1167 rDescriptor.erase(pItType); in impl_removeTypeFilterFromDescriptor()
1168 if (pItFilter != rDescriptor.end()) in impl_removeTypeFilterFromDescriptor()
1169 rDescriptor.erase(pItFilter); in impl_removeTypeFilterFromDescriptor()
[all …]
H A Dtypedetection.hxx123 ::comphelper::MediaDescriptor& rDescriptor,
172 … ::rtl::OUString impl_detectTypeFlatAndDeep( ::comphelper::MediaDescriptor& rDescriptor ,
202 ::rtl::OUString impl_detectTypeDeepOnly( ::comphelper::MediaDescriptor& rDescriptor ,
217 void impl_seekStreamToZero(comphelper::MediaDescriptor& rDescriptor);
239 ::comphelper::MediaDescriptor& rDescriptor );
256 … ::rtl::OUString impl_askUserForTypeAndFilterIfAllowed(::comphelper::MediaDescriptor& rDescriptor);
293 void impl_openStream(::comphelper::MediaDescriptor& rDescriptor)
316 … sal_Bool impl_validateAndSetTypeOnDescriptor( ::comphelper::MediaDescriptor& rDescriptor,
338 … sal_Bool impl_validateAndSetFilterOnDescriptor( ::comphelper::MediaDescriptor& rDescriptor,
354 void impl_removeTypeFilterFromDescriptor(::comphelper::MediaDescriptor& rDescriptor);
[all …]
/trunk/main/filter/source/pdf/
H A Dpdffilter.cxx51 sal_Bool PDFFilter::implExport( const Sequence< PropertyValue >& rDescriptor ) in implExport() argument
55 sal_Int32 nLength = rDescriptor.getLength(); in implExport()
56 const PropertyValue* pValue = rDescriptor.getConstArray(); in implExport()
177 sal_Bool SAL_CALL PDFFilter::filter( const Sequence< PropertyValue >& rDescriptor ) in filter() argument
182 const sal_Bool bRet = implExport( rDescriptor ); in filter()
H A Dpdffilter.hxx74 sal_Bool implExport( const Sequence< PropertyValue >& rDescriptor );
79 …virtual sal_Bool SAL_CALL filter( const Sequence< PropertyValue >& rDescriptor ) throw(RuntimeExce…
/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()
H A Dsvgfilter.cxx87 sal_Bool SAL_CALL SVGFilter::filter( const Sequence< PropertyValue >& rDescriptor ) in filter() argument
111 for ( sal_Int32 nInd = 0; nInd < rDescriptor.getLength(); nInd++ ) in filter()
113 if ( rDescriptor[nInd].Name.equalsAscii( "SelectionOnly" ) ) in filter()
115 rDescriptor[nInd].Value >>= bSelectionOnly; in filter()
173 Sequence< PropertyValue > aNewDescriptor(rDescriptor); in filter()
178 const sal_uInt32 nOldLength = rDescriptor.getLength(); in filter()
H A Dsvgfilter.hxx262 …sal_Bool implImport( const Sequence< PropertyValue >& rDescriptor ) thr…
265 …sal_Bool implExport( const Sequence< PropertyValue >& rDescriptor ) thr…
301 …virtual sal_Bool SAL_CALL filter( const Sequence< PropertyValue >& rDescriptor ) throw(RuntimeExce…
H A Dsvgimport.cxx34 sal_Bool SVGFilter::implImport( const Sequence< PropertyValue >& rDescriptor ) in implImport() argument
40 sal_Int32 nLength = rDescriptor.getLength(); in implImport()
41 const PropertyValue* pValue = rDescriptor.getConstArray(); in implImport()
/trunk/main/oox/source/export/
H A Dooxml-export-notes.txt140 rDescriptor=@0x7fffe2ef78d0)
/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/reportdesign/source/filter/xml/
H A Dxmlfilter.cxx451 sal_Bool SAL_CALL ORptFilter::filter( const Sequence< PropertyValue >& rDescriptor ) in filter() argument
461 bRet = implImport( rDescriptor ); in filter()
469 sal_Bool ORptFilter::implImport( const Sequence< PropertyValue >& rDescriptor ) in implImport() argument
476 const PropertyValue* pIter = rDescriptor.getConstArray(); in implImport()
477 const PropertyValue* pEnd = pIter + rDescriptor.getLength(); in implImport()
566 ::comphelper::MediaDescriptor aDescriptor(rDescriptor); in implImport()
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/excel/
H A Dxiescher.cxx2032 bool XclImpTbxObjBase::FillMacroDescriptor( ScriptEventDescriptor& rDescriptor ) const in FillMacroDescriptor()
2034 …return XclControlHelper::FillMacroDescriptor( rDescriptor, DoGetEventType(), GetMacroName(), GetDo… in FillMacroDescriptor()
H A Dxlescher.cxx350 bool XclControlHelper::FillMacroDescriptor( ScriptEventDescriptor& rDescriptor, in FillMacroDescriptor() argument
355rDescriptor.ListenerType = OUString::createFromAscii( spTbxListenerData[ eEventType ].mpcListenerT… in FillMacroDescriptor()
356rDescriptor.EventMethod = OUString::createFromAscii( spTbxListenerData[ eEventType ].mpcEventMetho… in FillMacroDescriptor()
357 rDescriptor.ScriptType = CREATE_OUSTRING( "Script" ); in FillMacroDescriptor()
358 rDescriptor.ScriptCode = XclTools::GetSbMacroUrl( rXclMacroName, pDocShell ); in FillMacroDescriptor()
365 const ScriptEventDescriptor& rDescriptor, XclTbxEventType eEventType ) in ExtractFromMacroDescriptor() argument
367 if( (rDescriptor.ScriptCode.getLength() > 0) && in ExtractFromMacroDescriptor()
368 rDescriptor.ScriptType.equalsIgnoreAsciiCaseAscii( "Script" ) && in ExtractFromMacroDescriptor()
369rDescriptor.ListenerType.equalsAscii( spTbxListenerData[ eEventType ].mpcListenerType ) && in ExtractFromMacroDescriptor()
370 rDescriptor.EventMethod.equalsAscii( spTbxListenerData[ eEventType ].mpcEventMethod ) ) in ExtractFromMacroDescriptor()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dxiescher.hxx531 ::com::sun::star::script::ScriptEventDescriptor& rDescriptor ) const;
H A Dxlescher.hxx433 ::com::sun::star::script::ScriptEventDescriptor& rDescriptor,
439 const ::com::sun::star::script::ScriptEventDescriptor& rDescriptor,
/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/sc/source/ui/inc/
H A Ddbdocfun.hxx70 …id UpdateImport( const String& rTarget, const svx::ODataAccessDescriptor& rDescriptor );
/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/sd/source/ui/framework/factories/
H A DBasicPaneFactory.cxx499 const PaneDescriptor& rDescriptor) in CreateChildWindowPane() argument
508 switch (rDescriptor.mePaneId) in CreateChildWindowPane()

Completed in 133 milliseconds

123