Home
last modified time | relevance | path

Searched refs:pInfo (Results 51 – 75 of 357) sorted by path

12345678910>>...15

/trunk/main/extensions/source/ole/
H A Doleobjw.cxx249 FuncDesc aDescGet(pInfo); in setValue()
250 FuncDesc aDescPut(pInfo); in setValue()
251 VarDesc aVarDesc(pInfo); in setValue()
461 FuncDesc aDescGet(pInfo); in getValue()
462 FuncDesc aDescPut(pInfo); in getValue()
463 VarDesc aVarDesc(pInfo); in getValue()
604 FuncDesc aDesc(pInfo); in hasMethod()
610 FuncDesc aDescGet(pInfo); in hasMethod()
611 FuncDesc aDescPut(pInfo); in hasMethod()
654 FuncDesc aDescGet(pInfo); in hasProperty()
[all …]
H A Dunoobjw.cxx94 static void writeExcepinfo(EXCEPINFO * pInfo, const OUString& message) in writeExcepinfo() argument
96 if (pInfo != NULL) in writeExcepinfo()
98 pInfo->wCode = UNO_2_OLE_EXCEPTIONCODE; in writeExcepinfo()
99 pInfo->bstrSource = SysAllocString(L"[automation bridge] "); in writeExcepinfo()
100 pInfo->bstrDescription = SysAllocString(reinterpret_cast<LPCOLESTR>(message.getStr())); in writeExcepinfo()
/trunk/main/extensions/source/propctrlr/
H A Dformmetadata.cxx380 return pInfo ? pInfo->nId : -1; in getPropertyId()
387 return pInfo ? pInfo->sName : String(); in getPropertyName()
393 const OPropertyInfoImpl* pInfo = getPropertyInfo(_nId); in getPropertyTranslation() local
394 return (pInfo) ? pInfo->sTranslation : String(); in getPropertyTranslation()
400 const OPropertyInfoImpl* pInfo = getPropertyInfo(_nId); in getPropertyHelpId() local
401 return (pInfo) ? pInfo->sHelpId : rtl::OString(); in getPropertyHelpId()
408 return (pInfo) ? pInfo->nPos : 0xFFFF; in getPropertyPos()
415 return (pInfo) ? pInfo->nUIFlags : 0; in getPropertyUIFlags()
564 if ( pInfo == s_pPropertyInfos + s_nCount ) in getPropertyInfo()
567 if ( pInfo->sName != _rName ) in getPropertyInfo()
[all …]
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx1223 IMPL_LINK( SVGFilter, CalcFieldHdl, EditFieldInfo*, pInfo ) in IMPL_LINK() argument
1228 if( pInfo ) in IMPL_LINK()
1240 const SvxFieldData* pField = pInfo->GetField().GetField(); in IMPL_LINK()
1302 pInfo->SetRepresentation( aRepresentation ); in IMPL_LINK()
1305 return( bFieldProcessed ? 0 : maOldFieldHdl.Call( pInfo ) ); in IMPL_LINK()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx811 aDlg.test( *pInfo ); in onTest()
863 if( aType == pInfo->maType ) in onDelete()
894 delete pInfo; in onDelete()
919 aFilters.push_back( pInfo ); in onSave()
996 if( insertOrEdit( pInfo ) ) in onOpen()
1002 delete pInfo; in onOpen()
1371 if( pInfo ) in getApplicationUIName()
1373 return pInfo->maDocumentUIName; in getApplicationUIName()
1588 if( pInfo->maFlags & 1 ) in getEntryString()
1590 if( pInfo->maFlags & 2 ) in getEntryString()
[all …]
H A Dxmlfiltersettingsdialog.hxx71 String getEntryString( const filter_info_impl* pInfo ) const;
80 void addFilterEntry( const filter_info_impl* pInfo );
82 void changeEntry( const filter_info_impl* pInfo );
H A Dxmlfiltertabdialog.cxx51 … ResMgr& rResMgr, const Reference< XMultiServiceFactory >& rxMSF, const filter_info_impl* pInfo ) : in XMLFilterTabDialog() argument
64 mpOldInfo = pInfo; in XMLFilterTabDialog()
H A Dxmlfiltertabdialog.hxx39 …o::Reference< com::sun::star::lang::XMultiServiceFactory >& rxMSF, const filter_info_impl* pInfo );
H A Dxmlfiltertabpagebasic.cxx93 bool XMLFilterTabPageBasic::FillInfo( filter_info_impl* pInfo ) in FillInfo() argument
95 if( pInfo ) in FillInfo()
98 pInfo->maFilterName = maEDFilterName.GetText(); in FillInfo()
101 pInfo->maDocumentService = maCBApplication.GetText(); in FillInfo()
104 pInfo->maInterfaceName = maEDInterfaceName.GetText(); in FillInfo()
111 if( pInfo->maDocumentService.getLength() ) in FillInfo()
119 pInfo->maDocumentService = (*aIter)->maDocumentService; in FillInfo()
134 if( pInfo ) in SetInfo()
136 maEDFilterName.SetText( string_decode(pInfo->maFilterName) ); in SetInfo()
141 if( pInfo->maExportService.getLength() ) in SetInfo()
[all …]
H A Dxmlfiltertabpagebasic.hxx42 bool FillInfo( filter_info_impl* pInfo );
43 void SetInfo(const filter_info_impl* pInfo);
H A Dxmlfiltertabpagexslt.cxx102 if( pInfo ) in FillInfo()
104 pInfo->maDocType = maEDDocType.GetText(); in FillInfo()
105 pInfo->maDTD = GetURL( maEDDTDSchema ); in FillInfo()
106 pInfo->maExportXSLT = GetURL( maEDExportXSLT ); in FillInfo()
107 pInfo->maImportXSLT = GetURL( maEDImportXSLT ); in FillInfo()
116 if( pInfo ) in SetInfo()
118 maEDDocType.SetText( pInfo->maDocType ); in SetInfo()
120 SetURL( maEDDTDSchema, pInfo->maDTD ); in SetInfo()
121 SetURL( maEDExportXSLT, pInfo->maExportXSLT ); in SetInfo()
122 SetURL( maEDImportXSLT, pInfo->maImportXSLT ); in SetInfo()
[all …]
H A Dxmlfiltertabpagexslt.hxx43 bool FillInfo( filter_info_impl* pInfo );
44 void SetInfo(const filter_info_impl* pInfo);
/trunk/main/fpicker/source/office/
H A Dfpsmartcontent.cxx278 const ContentInfo* pInfo = aInfo.getConstArray(); in canCreateFolder() local
280 for ( sal_Int32 i = 0; i < nCount; ++i, ++pInfo ) in canCreateFolder()
283 if ( pInfo->Attributes & ContentInfoAttribute::KIND_FOLDER ) in canCreateFolder()
/trunk/main/framework/inc/services/
H A Dautorecovery.hxx845 … AutoRecovery::TDocumentInfo* pInfo );
/trunk/main/framework/source/accelerators/
H A Dstorageholder.cxx181 TStorageInfo* pInfo = 0; in openPath() local
184 pInfo = &(pCheck->second); in openPath()
185 ++(pInfo->UseCount); in openPath()
186 xChild = pInfo->Storage; in openPath()
216 pInfo = &(m_lStorages[sCheckPath]); in openPath()
217 pInfo->Storage = xChild; in openPath()
218 pInfo->UseCount = 1; in openPath()
/trunk/main/framework/source/dispatch/
H A Ddispatchinformationprovider.cxx133 … BaseHash< css::frame::DispatchInformation >::const_iterator pInfo = lInfos.find(rInfo.Command); in getConfigurableDispatchInformation() local
134 if (pInfo == lInfos.end()) in getConfigurableDispatchInformation()
/trunk/main/framework/source/fwe/classes/
H A Dactiontriggerpropertyset.cxx329 static Reference< XPropertySetInfo >* pInfo = NULL ; in getPropertySetInfo() local
331 if( pInfo == NULL ) in getPropertySetInfo()
336 if( pInfo == NULL ) in getPropertySetInfo()
341 pInfo = &xInfo; in getPropertySetInfo()
345 return (*pInfo); in getPropertySetInfo()
H A Dactiontriggerseparatorpropertyset.cxx273 static Reference< XPropertySetInfo >* pInfo = NULL ; in getPropertySetInfo() local
275 if( pInfo == NULL ) in getPropertySetInfo()
280 if( pInfo == NULL ) in getPropertySetInfo()
285 pInfo = &xInfo; in getPropertySetInfo()
289 return (*pInfo); in getPropertySetInfo()
/trunk/main/framework/source/fwi/uielement/
H A Dconstitemcontainer.cxx350 static Reference< XPropertySetInfo >* pInfo = NULL; in getPropertySetInfo() local
352 if( pInfo == NULL ) in getPropertySetInfo()
357 if( pInfo == NULL ) in getPropertySetInfo()
362 pInfo = &xInfo; in getPropertySetInfo()
366 return (*pInfo); in getPropertySetInfo()
H A Drootitemcontainer.cxx421 static com::sun::star::uno::Reference< com::sun::star::beans::XPropertySetInfo >* pInfo = NULL; in getPropertySetInfo() local
423 if( pInfo == NULL ) in getPropertySetInfo()
428 if( pInfo == NULL ) in getPropertySetInfo()
433 pInfo = &xInfo; in getPropertySetInfo()
437 return (*pInfo); in getPropertySetInfo()
/trunk/main/framework/source/helper/
H A Duiconfigelementwrapperbase.cxx450 static com::sun::star::uno::Reference< com::sun::star::beans::XPropertySetInfo >* pInfo = NULL; in getPropertySetInfo() local
452 if( pInfo == NULL ) in getPropertySetInfo()
457 if( pInfo == NULL ) in getPropertySetInfo()
462 pInfo = &xInfo; in getPropertySetInfo()
466 return (*pInfo); in getPropertySetInfo()
H A Duielementwrapperbase.cxx238 static com::sun::star::uno::Reference< com::sun::star::beans::XPropertySetInfo >* pInfo = NULL; in getPropertySetInfo() local
240 if( pInfo == NULL ) in getPropertySetInfo()
245 if( pInfo == NULL ) in getPropertySetInfo()
250 pInfo = &xInfo; in getPropertySetInfo()
254 return (*pInfo); in getPropertySetInfo()
/trunk/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx3243 static uno::Reference< beans::XPropertySetInfo >* pInfo = NULL; in getPropertySetInfo() local
3245 if( pInfo == NULL ) in getPropertySetInfo()
3249 if( pInfo == NULL ) in getPropertySetInfo()
3252 pInfo = &xInfo; in getPropertySetInfo()
3256 return (*pInfo); in getPropertySetInfo()
/trunk/main/framework/source/services/
H A Dautorecovery.cxx3005 if (sEventType.equals(OPERATION_UPDATE) && pInfo) in implst_createFeatureStateEvent()
3009 aInfo.put( CFG_ENTRY_PROP_ID, pInfo->ID ); in implst_createFeatureStateEvent()
3010 aInfo.put( CFG_ENTRY_PROP_ORIGINALURL, pInfo->OrgURL ); in implst_createFeatureStateEvent()
3011 aInfo.put( CFG_ENTRY_PROP_FACTORYURL, pInfo->FactoryURL ); in implst_createFeatureStateEvent()
3012 aInfo.put( CFG_ENTRY_PROP_TEMPLATEURL, pInfo->TemplateURL ); in implst_createFeatureStateEvent()
3013 …aInfo.put( CFG_ENTRY_PROP_TEMPURL, pInfo->OldTempURL.getLength() ? pInfo->OldTempURL : pI… in implst_createFeatureStateEvent()
3443 static css::uno::Reference< css::beans::XPropertySetInfo >* pInfo = 0; in getPropertySetInfo() local
3444 if(!pInfo) in getPropertySetInfo()
3447 if(!pInfo) in getPropertySetInfo()
3450 pInfo = &xInfo; in getPropertySetInfo()
[all …]
H A Ddesktop.cxx1699 static css::uno::Reference< css::beans::XPropertySetInfo >* pInfo = NULL; in getPropertySetInfo() local
1701 if( pInfo == NULL ) in getPropertySetInfo()
1706 if( pInfo == NULL ) in getPropertySetInfo()
1711 pInfo = &xInfo; in getPropertySetInfo()
1715 return (*pInfo); in getPropertySetInfo()

Completed in 203 milliseconds

12345678910>>...15