Home
last modified time | relevance | path

Searched refs:nObjectType (Results 1 – 18 of 18) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunocoll.cxx288 if(nObjectType < nEntries) in GetProviderName()
289 sRet = C2U(aProvNamesId[nObjectType].pName); in GetProviderName()
328 switch(nObjectType) in MakeInstance()
385 if(SW_SERVICE_CONTENT_INDEX_MARK== nObjectType) in MakeInstance()
387 else if(SW_SERVICE_USER_INDEX_MARK == nObjectType) in MakeInstance()
401 if(SW_SERVICE_CONTENT_INDEX == nObjectType) in MakeInstance()
403 else if(SW_SERVICE_USER_INDEX == nObjectType) in MakeInstance()
405 else if(SW_SERVICE_INDEX_ILLUSTRATIONS == nObjectType) in MakeInstance()
417 else if(SW_SERVICE_INDEX_TABLES == nObjectType) in MakeInstance()
441 switch(nObjectType) in MakeInstance()
[all …]
H A Dunoidx.cxx562 sal_uInt16 nObjectType = SW_SERVICE_TYPE_INDEX; in getServiceName() local
566 case TOX_USER: nObjectType = SW_SERVICE_USER_INDEX; in getServiceName()
568 case TOX_CONTENT: nObjectType = SW_SERVICE_CONTENT_INDEX; in getServiceName()
570 case TOX_ILLUSTRATIONS: nObjectType = SW_SERVICE_INDEX_ILLUSTRATIONS; in getServiceName()
572 case TOX_OBJECTS: nObjectType = SW_SERVICE_INDEX_OBJECTS; in getServiceName()
574 case TOX_TABLES: nObjectType = SW_SERVICE_INDEX_TABLES; in getServiceName()
576 case TOX_AUTHORITIES: nObjectType = SW_SERVICE_INDEX_BIBLIOGRAPHY; in getServiceName()
581 return SwXServiceProvider::GetProviderName(nObjectType); in getServiceName()
/trunk/main/svx/source/fmcomp/
H A Ddbaexchange.cxx425 sal_Int32 nObjectType = CommandType::COMMAND; in ODataAccessObjectTransferable() local
430 _rxLivingForm->getPropertyValue(FM_PROP_COMMANDTYPE) >>= nObjectType; in ODataAccessObjectTransferable()
442 String sObjectKind = (CommandType::TABLE == nObjectType) ? String('1') : String('0'); in ODataAccessObjectTransferable()
458 ,nObjectType in ODataAccessObjectTransferable()
460 ,!((CommandType::QUERY == nObjectType)) in ODataAccessObjectTransferable()
467 sal_Int32 nObjectType = CommandType::COMMAND; in AddSupportedFormats() local
468 m_aDescriptor[daCommandType] >>= nObjectType; in AddSupportedFormats()
469 switch (nObjectType) in AddSupportedFormats()
/trunk/main/dbaccess/source/ui/browser/
H A DdsEntriesNoExp.cxx251 sal_Int32 nObjectType( getDatabaseObjectType( pData->eType ) ); in notifyHiContrastChanged() local
252 aImage = pImageProvider->getFolderImage( nObjectType, false ); in notifyHiContrastChanged()
253 aImageHC = pImageProvider->getFolderImage( nObjectType, true ); in notifyHiContrastChanged()
257 sal_Int32 nObjectType( getDatabaseObjectType( pData->eType ) ); in notifyHiContrastChanged() local
258 … pImageProvider->getImages( GetEntryText( pEntryLoop ), nObjectType, aImage, aImageHC ); in notifyHiContrastChanged()
/trunk/main/sw/inc/
H A Dswbaslnk.hxx46 SwBaseLink( const String& rNm, sal_uInt16 nObjectType, ::sfx2::SvLinkSource* pObj, in SwBaseLink() argument
48 : ::sfx2::SvBaseLink( rNm, nObjectType, pObj ), pCntntNode( pNode ), in SwBaseLink()
H A Dunocoll.hxx264 static rtl::OUString GetProviderName(sal_uInt16 nObjectType);
266 …eference< ::com::sun::star::uno::XInterface > MakeInstance(sal_uInt16 nObjectType, SwDoc* pDoc);
/trunk/main/sfx2/source/appl/
H A Dlnkbase2.cxx184 SvBaseLink::SvBaseLink( const String& rLinkName, sal_uInt16 nObjectType, SvLinkSource* pObj ) in SvBaseLink() argument
189 nObjType(nObjectType), in SvBaseLink()
/trunk/main/svx/source/form/
H A Dfmview.cxx440 sal_uInt16 nObjectType = (sal_uInt16)rFieldDesc.GetToken(2,sal_Unicode(11)).ToInt32(); in CreateFieldControl() local
449 aColumnDescriptor[ daCommandType ] <<= nObjectType; in CreateFieldControl()
H A Dfmexpl.cxx451 sal_Int16 nObjectType = getControlTypeByObject(xInfo); in GetImage() local
452 switch (nObjectType) in GetImage()
H A Dfmshimp.cxx1370 sal_Int16 nObjectType = getControlTypeByObject( xElementInfo ); in canConvertCurrentSelectionToControl() local
1372 if ( ( OBJ_FM_HIDDEN == nObjectType ) in canConvertCurrentSelectionToControl()
1373 || ( OBJ_FM_CONTROL == nObjectType ) in canConvertCurrentSelectionToControl()
1374 || ( OBJ_FM_GRID == nObjectType ) in canConvertCurrentSelectionToControl()
1383 return nObjectTypes[i] != nObjectType; in canConvertCurrentSelectionToControl()
3482 sal_Int16 nObjectType = getControlTypeByObject(xInfo); in CreateExternalView() local
3483 if (OBJ_FM_FORMATTEDFIELD == nObjectType) in CreateExternalView()
/trunk/main/cui/source/dialogs/
H A Dlinkdlg.cxx160 sal_uInt16 nObjectType = pLink->GetObjType(); in IMPL_LINK() local
161 if((OBJECT_CLIENT_FILE & nObjectType) != OBJECT_CLIENT_FILE) in IMPL_LINK()
/trunk/main/extensions/source/dbpilots/
H A Dcontrolwizard.cxx571 …sal_Int32 nObjectType = ::comphelper::getINT32(m_aContext.xForm->getPropertyValue(::rtl::OUString:… in initContext() local
582 switch (nObjectType) in initContext()
/trunk/main/sd/source/ui/app/
H A Dsdxfer.cxx622 …e::WriteObject( SotStorageStreamRef& rxOStm, void* pObject, sal_uInt32 nObjectType, const DataFlav… in WriteObject() argument
626 switch( nObjectType ) in WriteObject()
/trunk/main/sfx2/inc/sfx2/
H A Dlnkbase.hxx125 SvBaseLink( const String& rNm, sal_uInt16 nObjectType,
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx2374 sal_Int32 nObjectType = CommandType::COMMAND; in impl_initFieldList_nothrow() local
2375 OSL_VERIFY( xFormSet->getPropertyValue( PROPERTY_COMMANDTYPE ) >>= nObjectType ); in impl_initFieldList_nothrow()
2377 …lds( ::dbtools::getFieldNamesByCommandDescriptor( m_xRowSetConnection, nObjectType, sObjectName ) … in impl_initFieldList_nothrow()
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx2078 sal_Int32 nObjectType = sdb::CommandType::COMMAND; in impl_initFieldList_nothrow() local
2079 OSL_VERIFY( xFormSet->getPropertyValue( PROPERTY_COMMANDTYPE ) >>= nObjectType ); in impl_initFieldList_nothrow()
2081 … _rFieldNames = ::dbtools::getFieldNamesByCommandDescriptor( xCon, nObjectType, sObjectName ); in impl_initFieldList_nothrow()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.cxx2082 sal_Int32 nObjectType = m_bForm ? DatabaseObject::FORM : DatabaseObject::REPORT; in impl_openUI_nolck_throw() local
2086 nObjectType, sName, _bForEditing in impl_openUI_nolck_throw()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx597 void* pObject, sal_uInt32 nObjectType, in WriteObject() argument
603 switch( nObjectType ) in WriteObject()

Completed in 157 milliseconds