/trunk/main/sw/source/core/unocore/ |
H A D | unocoll.cxx | 288 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 D | unoidx.cxx | 562 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 D | dbaexchange.cxx | 425 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 D | dsEntriesNoExp.cxx | 251 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 D | swbaslnk.hxx | 46 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 D | unocoll.hxx | 264 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 D | lnkbase2.cxx | 184 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 D | fmview.cxx | 440 sal_uInt16 nObjectType = (sal_uInt16)rFieldDesc.GetToken(2,sal_Unicode(11)).ToInt32(); in CreateFieldControl() local 449 aColumnDescriptor[ daCommandType ] <<= nObjectType; in CreateFieldControl()
|
H A D | fmexpl.cxx | 451 sal_Int16 nObjectType = getControlTypeByObject(xInfo); in GetImage() local 452 switch (nObjectType) in GetImage()
|
H A D | fmshimp.cxx | 1370 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 D | linkdlg.cxx | 160 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 D | controlwizard.cxx | 571 …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 D | sdxfer.cxx | 622 …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 D | lnkbase.hxx | 125 SvBaseLink( const String& rNm, sal_uInt16 nObjectType,
|
/trunk/main/extensions/source/propctrlr/ |
H A D | formcomponenthandler.cxx | 2374 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 D | GeometryHandler.cxx | 2078 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 D | documentdefinition.cxx | 2082 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 D | swdtflvr.cxx | 597 void* pObject, sal_uInt32 nObjectType, in WriteObject() argument 603 switch( nObjectType ) in WriteObject()
|