Home
last modified time | relevance | path

Searched refs:aDescriptor (Results 26 – 50 of 132) sorted by relevance

123456

/trunk/main/sw/source/ui/shells/
H A Dtextsh2.cxx188 ODataAccessDescriptor aDescriptor; in ExecDB() local
189 aDescriptor.setDataSource(sSourceArg); in ExecDB()
190 aDescriptor[daCommand] <<= sCommandArg; in ExecDB()
191 aDescriptor[daCursor] <<= xCursor; in ExecDB()
192 aDescriptor[daSelection] <<= aSelection; in ExecDB()
193 aDescriptor[daCommandType] <<= nCommandTypeArg; in ExecDB()
195 SwMergeDescriptor aMergeDesc( DBMGR_MERGE, *GetShellPtr(), aDescriptor ); in ExecDB()
/trunk/main/sc/source/ui/unoobj/
H A Ddispuno.cxx267 ::svx::ODataAccessDescriptor aDescriptor; in lcl_FillDataSource()
274 aDescriptor.setDataSource(rtl::OUString( rParam.aDBName )); in lcl_FillDataSource()
275 aDescriptor[svx::daCommand] <<= rtl::OUString( rParam.aStatement ); in lcl_FillDataSource()
276 aDescriptor[svx::daCommandType] <<= nType; in lcl_FillDataSource()
283 aDescriptor[svx::daDataSource] <<= aEmpty; in lcl_FillDataSource()
284 aDescriptor[svx::daCommand] <<= aEmpty; in lcl_FillDataSource()
285 aDescriptor[svx::daCommandType] <<= (sal_Int32)sdb::CommandType::TABLE; in lcl_FillDataSource()
287 rEvent.State <<= aDescriptor.createPropertyValueSequence(); in lcl_FillDataSource()
/trunk/main/extensions/source/propctrlr/
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 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 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 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 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()
/trunk/main/filter/source/msfilter/powerpoint/
H A Dppttoxml.cxx38 sal_Bool PptToXml::filter( const SEQ( NMSP_BEANS::PropertyValue )& aDescriptor, in filter() argument
45 for( i = 0; i < aDescriptor.getLength(); i++ ) in filter()
48 aDescriptor[ i ].Value >>= strTemp; in filter()
58 if ( aDescriptor[ i ].Name == B2UCONST( "URL" ) ) in filter()
61 aDescriptor[ i ].Value >>= sURL; in filter()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DOfficeDocument.java209 WindowDescriptor aDescriptor = new WindowDescriptor(); in createNewPreviewFrame() local
210 aDescriptor.Type = com.sun.star.awt.WindowClass.TOP; in createNewPreviewFrame()
211 aDescriptor.WindowServiceName = "window"; in createNewPreviewFrame()
212 aDescriptor.ParentIndex = -1; in createNewPreviewFrame()
213 aDescriptor.Parent = null; in createNewPreviewFrame()
214 aDescriptor.Bounds = new Rectangle(10, 10, 640, 480); in createNewPreviewFrame()
215 aDescriptor.WindowAttributes = WindowAttribute.BORDER | in createNewPreviewFrame()
225 … xPeer = UnoRuntime.queryInterface(XWindowPeer.class, xToolkit.createWindow(aDescriptor)); in createNewPreviewFrame()
/trunk/main/framework/source/layoutmanager/
H A Dhelpers.cxx191 css::awt::WindowDescriptor aDescriptor; in createToolkitWindow() local
192 aDescriptor.Type = awt::WindowClass_SIMPLE; in createToolkitWindow()
193 aDescriptor.WindowServiceName = ::rtl::OUString::createFromAscii( pService ); in createToolkitWindow()
194 aDescriptor.ParentIndex = -1; in createToolkitWindow()
195aDescriptor.Parent = uno::Reference< awt::XWindowPeer >( rParent, uno::UNO_QUERY ); in createToolkitWindow()
196 aDescriptor.Bounds = awt::Rectangle(0,0,0,0); in createToolkitWindow()
197 aDescriptor.WindowAttributes = 0; in createToolkitWindow()
200 xPeer = xToolkit->createWindow( aDescriptor ); in createToolkitWindow()
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/
H A DAsyncJob.java262 com.sun.star.awt.WindowDescriptor aDescriptor = new com.sun.star.awt.WindowDescriptor(); in showInfoModal() local
263 aDescriptor.WindowServiceName = "infobox"; in showInfoModal()
264 aDescriptor.Bounds = new com.sun.star.awt.Rectangle(0,0,300,200); in showInfoModal()
265 aDescriptor.WindowAttributes = com.sun.star.awt.WindowAttribute.BORDER | in showInfoModal()
268 aDescriptor.Type = com.sun.star.awt.WindowClass.MODALTOP; in showInfoModal()
269 aDescriptor.ParentIndex = 1; in showInfoModal()
270 aDescriptor.Parent = (com.sun.star.awt.XWindowPeer)UnoRuntime.queryInterface( in showInfoModal()
275 com.sun.star.awt.XWindowPeer xPeer = xKit.createWindow(aDescriptor); in showInfoModal()
/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()
/trunk/main/filter/source/placeware/
H A Dexporter.cxx501 Sequence< PropertyValue > aDescriptor( 3 ); in exportPage() local
502 aDescriptor[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("FilterName") ); in exportPage()
503 aDescriptor[0].Value <<= OUString( RTL_CONSTASCII_USTRINGPARAM("GIF") ); in exportPage()
504 aDescriptor[1].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("URL") ); in exportPage()
505 aDescriptor[1].Value <<= OUString( pEntry->getTempURL() ); in exportPage()
506 aDescriptor[2].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("FilterData") ); in exportPage()
507 aDescriptor[2].Value <<= aFilterData; in exportPage()
509 xFilter->filter( aDescriptor ); in exportPage()
/trunk/main/sd/source/ui/presenter/
H A DPresenterCanvasFactory.cxx111 SharedWindowDescriptor aDescriptor; in AddSharedWindow() local
116 aDescriptor.mxSharedWindow = rxWindow; in AddSharedWindow()
117 aDescriptor.mxSharedCanvas = rxCanvas; in AddSharedWindow()
121 if (aDescriptor.mxSharedCanvas.is() && aDescriptor.mxSharedCanvas.is()) in AddSharedWindow()
122 mpSharedWindows->push_back(aDescriptor); in AddSharedWindow()
/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/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/action/
H A DActionManager.java150 ActionDescriptor aDescriptor = maStateToActionsMap.get(nStateId); in GetActionDescriptor() local
151 if (aDescriptor == null) in GetActionDescriptor()
153 aDescriptor = new ActionDescriptor(nStateId, maStateNameToIdMap.GetNameForId(nStateId)); in GetActionDescriptor()
154 maStateToActionsMap.put(nStateId, aDescriptor); in GetActionDescriptor()
156 return aDescriptor; in GetActionDescriptor()
/trunk/main/svx/source/form/
H A Dtabwin.cxx180 ::svx::ODataAccessDescriptor aDescriptor; in StartDrag()
181 aDescriptor[ daDataSource ] <<= pTabWin->GetDatabaseName(); in StartDrag()
182 aDescriptor[ daConnection ] <<= pTabWin->GetConnection().getTyped(); in StartDrag()
183 aDescriptor[ daCommand ] <<= pTabWin->GetObjectName(); in StartDrag()
184 aDescriptor[ daCommandType ]<<= pTabWin->GetObjectType(); in StartDrag()
186 aDescriptor[ daColumnName ] <<= pInfo->sColumnName; in StartDrag()
189 aDescriptor, CTF_FIELD_DESCRIPTOR | CTF_CONTROL_EXCHANGE | CTF_COLUMN_DESCRIPTOR in StartDrag()
/trunk/main/sw/source/filter/ww8/
H A Drtfimportfilter.cxx54 sal_Bool RtfImportFilter::filter( const uno::Sequence< beans::PropertyValue >& aDescriptor ) in filter() argument
59 MediaDescriptor aMediaDesc = aDescriptor; in filter()
85 for ( sal_Int32 i = 0; i < aDescriptor.getLength(); i++ ) in filter()
87 if( aDescriptor[i].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("URL")) ) in filter()
89 aDescriptor[i].Value >>= sTemp; in filter()
/trunk/main/svx/source/accessibility/
H A DChildrenManagerImpl.hxx556 inline bool operator == (const ChildDescriptor& aDescriptor) const in operator ==()
559 this == &aDescriptor || in operator ==()
561 (mxShape.get() == aDescriptor.mxShape.get() ) && in operator ==()
562 (mxShape.is() || mxAccessibleShape.get() == aDescriptor.mxAccessibleShape.get()) in operator ==()
571 inline bool operator < (const ChildDescriptor& aDescriptor) const in operator <()
573 return (mxShape.get() < aDescriptor.mxShape.get()); in operator <()
/trunk/main/svx/source/fmcomp/
H A Ddbaobjectex.cxx146 Any aDescriptor = _rData.GetAny(aFlavor); in extractComponentDescriptor() local
153 aDescriptor >>= aDescriptorProps; in extractComponentDescriptor()
171 ODataAccessDescriptor aDescriptor = extractComponentDescriptor(_rData); in extractComponentDescriptor() local
172 _rDatasourceOrLocation = aDescriptor.getDataSource(); in extractComponentDescriptor()
173 aDescriptor[daComponent] >>= _xContent; in extractComponentDescriptor()
/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/svtools/source/graphic/
H A Ddescriptor.cxx128 ::GraphicDescriptor aDescriptor( rIStm, &aURL ); in implCreate()
136 if( aDescriptor.Detect( true ) && aDescriptor.GetFileFormat() != GFF_NOT ) in implCreate()
141 switch( aDescriptor.GetFileFormat() ) in implCreate()
178 maSizePixel = aDescriptor.GetSizePixel(); in implCreate()
179 maSize100thMM = aDescriptor.GetSize_100TH_MM(); in implCreate()
180 mnBitsPerPixel = aDescriptor.GetBitsPerPixel(); in implCreate()
/trunk/main/sw/source/ui/app/
H A Dapphdl.cxx353 svx::ODataAccessDescriptor aDescriptor(aDBValues); in ExecuteMailMergeWizard() local
354 aDescriptor[svx::daDataSource] >>= aDBData.sDataSource; in ExecuteMailMergeWizard()
355 aDescriptor[svx::daCommand] >>= aDBData.sCommand; in ExecuteMailMergeWizard()
356 aDescriptor[svx::daCommandType] >>= aDBData.nCommandType; in ExecuteMailMergeWizard()
362 if ( aDescriptor.has(svx::daSelection) ) in ExecuteMailMergeWizard()
363 aDescriptor[svx::daSelection] >>= aSelection; in ExecuteMailMergeWizard()
364 if ( aDescriptor.has(svx::daConnection) ) in ExecuteMailMergeWizard()
365 aDescriptor[svx::daConnection] >>= xConnection; in ExecuteMailMergeWizard()
/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/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DSimpleTypeDescriptorFactory.java76 final SimpleTypeDescriptor aDescriptor = new SimpleTypeDescriptor(aSimpleType.GetName()); in CreateSimpleTypeDescriptor() local
81 aDescriptor.SetSubTypes(aType.GetChildren()); in CreateSimpleTypeDescriptor()
86 aDescriptor.SetSubTypes(new ISimpleTypeNode[]{aSubType}); in CreateSimpleTypeDescriptor()
90 aDescriptor.Print(aLog); in CreateSimpleTypeDescriptor()
93 return aDescriptor; in CreateSimpleTypeDescriptor()

Completed in 297 milliseconds

123456