Home
last modified time | relevance | path

Searched refs:aDescriptor (Results 1 – 25 of 132) sorted by path

123456

/trunk/main/UnoControls/source/base/
H A Dbasecontainercontrol.cxx450 Sequence< Reference< XControl > > aDescriptor ( nControls ) ; in getControls() local
451 Reference< XControl > * pDestination = aDescriptor.getArray () ; in getControls()
462 return aDescriptor ; in getControls()
562 WindowDescriptor * aDescriptor = new WindowDescriptor ; in impl_getWindowDescriptor() local
564 aDescriptor->Type = WindowClass_CONTAINER ; in impl_getWindowDescriptor()
565 aDescriptor->WindowServiceName = OUString(RTL_CONSTASCII_USTRINGPARAM("window")) ; in impl_getWindowDescriptor()
566 aDescriptor->ParentIndex = -1 ; in impl_getWindowDescriptor()
567 aDescriptor->Parent = rParentPeer ; in impl_getWindowDescriptor()
568 aDescriptor->Bounds = getPosSize () ; in impl_getWindowDescriptor()
569 aDescriptor->WindowAttributes = 0 ; in impl_getWindowDescriptor()
[all …]
/trunk/main/avmedia/source/framework/
H A Dsoundhandler.cxx337 ::comphelper::MediaDescriptor aDescriptor(lDescriptor); in dispatchWithNotification()
340 aDescriptor.getUnpackedValueOrDefault(::comphelper::MediaDescriptor::PROP_INPUTSTREAM(), in dispatchWithNotification()
414 ::comphelper::MediaDescriptor aDescriptor(lDescriptor); in detect()
415 …::rtl::OUString sURL = aDescriptor.getUnpackedValueOrDefault(::comphelper::Med… in detect()
427 aDescriptor[::comphelper::MediaDescriptor::PROP_TYPENAME()] <<= sTypeName; in detect()
428 aDescriptor >> lDescriptor; in detect()
/trunk/main/basctl/source/basicide/
H A Ddocumentenumeration.cxx159 DocumentDescriptor aDescriptor; in lcl_getDocuments_nothrow() local
160 aDescriptor.xModel = xModel; in lcl_getDocuments_nothrow()
161 lcl_getDocumentControllers_nothrow( aDescriptor ); in lcl_getDocuments_nothrow()
164 if ( _pFilter && !_pFilter->includeDocument( aDescriptor ) ) in lcl_getDocuments_nothrow()
167 _out_rDocuments.push_back( aDescriptor ); in lcl_getDocuments_nothrow()
/trunk/main/chart2/source/model/filter/
H A DXMLFilter.cxx260 const Sequence< beans::PropertyValue >& aDescriptor ) in filter()
276 aDescriptor ) == 0 ) in filter()
285 aDescriptor ) == 0 ) in filter()
/trunk/main/chart2/source/model/inc/
H A DXMLFilter.hxx78 ::com::sun::star::beans::PropertyValue >& aDescriptor )
/trunk/main/comphelper/inc/comphelper/
H A Dmimeconfighelper.hxx80 ::com::sun::star::embed::VerbDescriptor& aDescriptor );
/trunk/main/comphelper/source/misc/
H A Dmimeconfighelper.cxx299 embed::VerbDescriptor& aDescriptor ) in GetVerbByShortcut() argument
315 aDescriptor = aTempDescr; in GetVerbByShortcut()
/trunk/main/cppuhelper/qa/unourl/
H A Dcppu_unourl.cxx81 cppu::UnoUrlDescriptor aDescriptor(rtl::OUString::createFromAscii( in TEST_F() local
128 rtl::OUString aDescriptor; in TEST_F() local
131 aDescriptor = cppu::UnoUrlDescriptor(rtl::OUString::createFromAscii( in TEST_F()
140 … ASSERT_TRUE(aDescriptor.equalsAscii(aTests[i].pDescriptor)) << "Failed to parse URI correctly"; in TEST_F()
/trunk/main/dbaccess/source/inc/
H A Dapitools.hxx339 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property> aDescriptor(count); \
340 ::com::sun::star::beans::Property* pDesc = aDescriptor.getArray(); \
391 OSL_ENSURE(nPos == aDescriptor.getLength(), "forgot to adjust the count ?"); \
396 return new ::cppu::OPropertyArrayHelper(aDescriptor);
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx1049 Sequence< PropertyValue > aDescriptor; in statusChanged() local
1053 _rEvent.State >>= aDescriptor; in statusChanged()
1497 ODataAccessDescriptor aDescriptor; in select() local
1508 …if ( !(aDescriptor.has(daDataSource) || aDescriptor.has(daDatabaseLocation)) || !aDescriptor.has(d… in select()
1512 return implSelect(aDescriptor,sal_True); in select()
1526 ODataAccessDescriptor aDescriptor(aFormProps); in getSelection() local
1528 aDescriptor.erase(daConnection); in getSelection()
1529 aDescriptor.erase(daCursor); in getSelection()
2048 ODataAccessDescriptor aDescriptor; in Execute() local
2052 aDescriptor.setDataSource(sDataSourceName); in Execute()
[all …]
/trunk/main/embeddedobj/test/Container1/
H A DWindowHelper.java89 WindowDescriptor aDescriptor = new WindowDescriptor(); in createWindow() local
90 aDescriptor.Type = WindowClass.TOP; in createWindow()
91 aDescriptor.WindowServiceName = "workwindow"; in createWindow()
92 aDescriptor.ParentIndex = 1; in createWindow()
93 aDescriptor.Parent = xParentPeer; in createWindow()
94 aDescriptor.Bounds = new com.sun.star.awt.Rectangle( (int)aBounds.getX(), in createWindow()
105 aDescriptor.WindowAttributes = WindowAttribute.SHOW; in createWindow()
107 aDescriptor.WindowAttributes = WindowAttribute.SYSTEMDEPENDENT; in createWindow()
109 aDescriptor.WindowAttributes |= VclWindowPeerAttribute.CLIPCHILDREN; in createWindow()
111 xPeer = xToolkit.createWindow( aDescriptor ); in createWindow()
/trunk/main/extensions/source/propctrlr/
H A Deformspropertyhandler.cxx428 LineDescriptor aDescriptor; in describePropertyLine() local
453 …case PROPERTY_ID_BIND_EXPRESSION: aDescriptor.PrimaryButtonId = rtl::OUString::createFromAscii(U… in describePropertyLine()
454 …case PROPERTY_ID_XSD_REQUIRED: aDescriptor.PrimaryButtonId = rtl::OUString::createFromAscii(U… in describePropertyLine()
455 …case PROPERTY_ID_XSD_RELEVANT: aDescriptor.PrimaryButtonId = rtl::OUString::createFromAscii(U… in describePropertyLine()
468aDescriptor.Control = PropertyHandlerHelper::createListBoxControl( _rxControlFactory, aListEntries… in describePropertyLine()
471aDescriptor.Control = PropertyHandlerHelper::createComboBoxControl( _rxControlFactory, aListEntrie… in describePropertyLine()
474aDescriptor.Control = _rxControlFactory->createPropertyControl( nControlType, sal_False ); in describePropertyLine()
478 aDescriptor.DisplayName = m_pInfoService->getPropertyTranslation( nPropId ); in describePropertyLine()
479 aDescriptor.Category = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Data" ) ); in describePropertyLine()
480 aDescriptor.HelpURL = HelpIdUrl::getHelpURL( m_pInfoService->getPropertyHelpId( nPropId ) ); in describePropertyLine()
[all …]
H A Deventhandler.cxx442 ScriptEventDescriptor aDescriptor( impl_getDescriptor_throw( _rName ) ); in getByName() local
447 aScriptDescriptor[0].Value <<= aDescriptor.ScriptType; in getByName()
449 aScriptDescriptor[1].Value <<= aDescriptor.ScriptCode; in getByName()
872 LineDescriptor aDescriptor; in describePropertyLine() local
875 … Reference< XEventListener > xControlExtender = new PropertyControlExtender( aDescriptor.Control ); in describePropertyLine()
878 aDescriptor.DisplayName = rEvent.sDisplayName; in describePropertyLine()
879 aDescriptor.HelpURL = HelpIdUrl::getHelpURL( rEvent.sHelpId ); in describePropertyLine()
880aDescriptor.PrimaryButtonId = rtl::OStringToOUString(rEvent.sUniqueBrowseId, RTL_TEXTENCODING_UTF8… in describePropertyLine()
881 aDescriptor.HasPrimaryButton = sal_True; in describePropertyLine()
882 aDescriptor.Category = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Events" ) ); in describePropertyLine()
[all …]
H A Dformcomponenthandler.cxx1003 LineDescriptor aDescriptor; in describePropertyLine() local
1005 aDescriptor.DisplayName = sDisplayName; in describePropertyLine()
1010 aDescriptor.Control.clear(); in describePropertyLine()
1137 aDescriptor.Control = pControl; in describePropertyLine()
1180 aDescriptor.Control = pControl; in describePropertyLine()
1321 aDescriptor.Control = pControl; in describePropertyLine()
1401 if ( !aDescriptor.Control.is() ) in describePropertyLine()
1415 if ( aDescriptor.PrimaryButtonId.getLength() ) in describePropertyLine()
1416 aDescriptor.HasPrimaryButton = sal_True; in describePropertyLine()
1418 aDescriptor.HasSecondaryButton = sal_True; in describePropertyLine()
[all …]
H A Dgenericpropertyhandler.cxx648 LineDescriptor aDescriptor; in describePropertyLine() local
649 aDescriptor.DisplayName = _rPropertyName; in describePropertyLine()
653 aDescriptor.Control = PropertyHandlerHelper::createListBoxControl( _rxControlFactory, in describePropertyLine()
664 aDescriptor.Control = _rxControlFactory->createPropertyControl( in describePropertyLine()
667 Reference< XHyperlinkControl > xControl( aDescriptor.Control, UNO_QUERY_THROW ); in describePropertyLine()
676 if ( !aDescriptor.Control.is() ) in describePropertyLine()
677 … PropertyHandlerHelper::describePropertyLine( pos->second, aDescriptor, _rxControlFactory ); in describePropertyLine()
679 aDescriptor.Category = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "General" ) ); in describePropertyLine()
680 return aDescriptor; in describePropertyLine()
H A Dpropcontroller.cxx1251 OLineDescriptor aDescriptor; in UpdateUI() local
1252 describePropertyLine( property->second, aDescriptor ); in UpdateUI()
1257 if ( !aDescriptor.Category.getLength() ) in UpdateUI()
1271 m_aPageIds[ aDescriptor.Category ] = in UpdateUI()
1276 getPropertyBox().InsertEntry( aDescriptor, nTargetPageId ); in UpdateUI()
1588 OLineDescriptor aDescriptor; in rebuildPropertyUI() local
1591 describePropertyLine( propertyPos->second, aDescriptor ); in rebuildPropertyUI()
1598 getPropertyBox().ChangeEntry( aDescriptor ); in rebuildPropertyUI()
1645 OLineDescriptor aDescriptor; in showPropertyUI() local
1646 describePropertyLine( propertyPos->second, aDescriptor ); in showPropertyUI()
[all …]
H A Dpropertyhandler.cxx216 LineDescriptor aDescriptor; in describePropertyLine() local
219 aDescriptor.Control = PropertyHandlerHelper::createListBoxControl( in describePropertyLine()
224 … PropertyHandlerHelper::describePropertyLine( rProperty, aDescriptor, _rxControlFactory ); in describePropertyLine()
226 aDescriptor.HelpURL = HelpIdUrl::getHelpURL( m_pInfoService->getPropertyHelpId( nPropId ) ); in describePropertyLine()
227 aDescriptor.DisplayName = m_pInfoService->getPropertyTranslation( nPropId ); in describePropertyLine()
230 aDescriptor.Category = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Data" ) ); in describePropertyLine()
232 aDescriptor.Category = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "General" ) ); in describePropertyLine()
233 return aDescriptor; in describePropertyLine()
H A Dsubmissionhandler.cxx320 LineDescriptor aDescriptor; in describePropertyLine() local
321aDescriptor.Control = PropertyHandlerHelper::createListBoxControl( _rxControlFactory, aListEntries… in describePropertyLine()
322 aDescriptor.DisplayName = m_pInfoService->getPropertyTranslation( nPropId ); in describePropertyLine()
323 aDescriptor.Category = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "General" ) ); in describePropertyLine()
324 aDescriptor.HelpURL = HelpIdUrl::getHelpURL( m_pInfoService->getPropertyHelpId( nPropId ) ); in describePropertyLine()
325 return aDescriptor; in describePropertyLine()
H A Dxsdvalidationpropertyhandler.cxx313 LineDescriptor aDescriptor; in describePropertyLine() local
315 aDescriptor.IndentLevel = 1; in describePropertyLine()
330 aDescriptor.PrimaryButtonId = rtl::OUString::createFromAscii(UID_PROP_ADD_DATA_TYPE); in describePropertyLine()
331aDescriptor.SecondaryButtonId = rtl::OUString::createFromAscii(UID_PROP_REMOVE_DATA_TYPE);; in describePropertyLine()
332 aDescriptor.HasPrimaryButton = aDescriptor.HasSecondaryButton = sal_True; in describePropertyLine()
419aDescriptor.Control = PropertyHandlerHelper::createListBoxControl( _rxControlFactory, aListEntries… in describePropertyLine()
425aDescriptor.Control = _rxControlFactory->createPropertyControl( nControlType, sal_False ); in describePropertyLine()
429 aDescriptor.Category = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Data" ) ); in describePropertyLine()
430 aDescriptor.DisplayName = m_pInfoService->getPropertyTranslation( nPropId ); in describePropertyLine()
431 aDescriptor.HelpURL = HelpIdUrl::getHelpURL( m_pInfoService->getPropertyHelpId( nPropId ) ); in describePropertyLine()
[all …]
/trunk/main/extensions/source/update/check/
H A Dupdatehdl.cxx948 awt::WindowDescriptor aDescriptor; in showWarning() local
954 aDescriptor.Type = awt::WindowClass_MODALTOP; in showWarning()
955 aDescriptor.WindowServiceName = UNISTRING( "warningbox" ); in showWarning()
956 aDescriptor.ParentIndex = -1; in showWarning()
957 aDescriptor.Parent = xPeer; in showWarning()
959 aDescriptor.WindowAttributes = nWindowAttributes; in showWarning()
997 awt::WindowDescriptor aDescriptor; in showWarning() local
1003 aDescriptor.Type = awt::WindowClass_MODALTOP; in showWarning()
1005 aDescriptor.ParentIndex = -1; in showWarning()
1006 aDescriptor.Parent = xPeer; in showWarning()
[all …]
/trunk/main/filter/source/flash/
H A Dswfexporter.cxx727 Sequence< PropertyValue > aDescriptor( bOnlyBackground ? 4 : 3 ); in getMetaFile() local
728 aDescriptor[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("FilterName") ); in getMetaFile()
733 aDescriptor[0].Value <<= OUString( RTL_CONSTASCII_USTRINGPARAM(bExportAsJPEG ? "PNG" : "SVM") ); in getMetaFile()
735 aDescriptor[1].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("URL") ); in getMetaFile()
736 aDescriptor[1].Value <<= OUString( aFile.GetURL() ); in getMetaFile()
737 aDescriptor[2].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("FilterData") ); in getMetaFile()
738 aDescriptor[2].Value <<= aFilterData; in getMetaFile()
741 aDescriptor[3].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("ExportOnlyBackground") ); in getMetaFile()
742 aDescriptor[3].Value <<= (sal_Bool)bOnlyBackground; in getMetaFile()
745 xFilter->filter( aDescriptor ); in getMetaFile()
H A Dswffilter.cxx174 …virtual sal_Bool SAL_CALL filter( const Sequence< PropertyValue >& aDescriptor ) throw(RuntimeExce…
176 sal_Bool ExportAsMultipleFiles( const Sequence< PropertyValue >& aDescriptor );
177 sal_Bool ExportAsSingleFile( const Sequence< PropertyValue >& aDescriptor );
258 …aFilterData = findPropertyValue<Sequence< PropertyValue > >(aDescriptor, "FilterData", aFilterData… in filter()
261 if(findPropertyValue<sal_Bool>(aDescriptor, "SelectionOnly", sal_False)) in filter()
311 ExportAsMultipleFiles(aDescriptor); in filter()
315 ExportAsSingleFile(aDescriptor); in filter()
334 sal_Bool FlashExportFilter::ExportAsMultipleFiles(const Sequence< PropertyValue >& aDescriptor) in ExportAsMultipleFiles() argument
361 …aFilterData = findPropertyValue<Sequence< PropertyValue > >(aDescriptor, "FilterData", aFilterData… in ExportAsMultipleFiles()
365 OUString sOriginalPath = findPropertyValue<OUString>(aDescriptor, "URL", OUString()); in ExportAsMultipleFiles()
[all …]
/trunk/main/filter/source/msfilter/
H A Descherex.cxx1619 GraphicDescriptor aDescriptor(aTmp); in CreateGraphicProperties() local
1620 aDescriptor.Detect(); in CreateGraphicProperties()
1621 const sal_uInt16 nFormat = aDescriptor.GetFileFormat(); in CreateGraphicProperties()
/trunk/main/filter/source/msfilter/powerpoint/
H A Dpptimporter.cxx101 sal_Bool SAL_CALL PptImporter::filter( const SEQ( NMSP_BEANS::PropertyValue )& aDescriptor ) in filter() argument
114 … aFilter.filter( aDescriptor, REF( NMSP_SAX::XDocumentHandler )( xWriter, NMSP_UNO::UNO_QUERY ) ); in filter()
123 return aFilter.filter( aDescriptor, xHdl ); in filter()
H A Dpptimporter.hxx57 virtual sal_Bool SAL_CALL filter( const SEQ( NMSP_BEANS::PropertyValue )& aDescriptor )

Completed in 166 milliseconds

123456