| /trunk/main/cui/source/dialogs/ |
| H A D | pastedlg.cxx | 229 if( aDesc.maClassName != aEmptyNm ) { in GetFormat() 232 if( aDesc.maClassName == aObjClassName ) in GetFormat() 254 if( aDesc.maClassName != aEmptyNm ) in GetFormat()
|
| /trunk/main/oox/inc/oox/xls/ |
| H A D | externallinkbuffer.hxx | 258 inline const ::rtl::OUString& getClassName() const { return maClassName; } in getClassName() 303 ::rtl::OUString maClassName; /// DDE service, OLE class name.
|
| /trunk/main/oox/source/xls/ |
| H A D | externallinkbuffer.cxx | 697 aDdeLinkInfo.Service = maClassName; in getLinkInfo() 850 maClassName = rClassName; in setDdeOleTargetUrl() 852 …meLinkType = ((maClassName.getLength() > 0) && (maTargetUrl.getLength() > 0)) ? eLinkType : LINKTY… in setDdeOleTargetUrl()
|
| /trunk/main/sc/source/ui/view/ |
| H A D | viewfun3.cxx | 635 bDoRtf = ( ( aObjDesc.maClassName == SvGlobalName( SO3_SW_CLASSID ) || in PasteFromSystem() 636 aObjDesc.maClassName == SvGlobalName( SO3_SWWEB_CLASSID ) ) in PasteFromSystem() 740 bDoRtf = ( ( aObjDesc.maClassName == SvGlobalName( SO3_SW_CLASSID ) || in PasteFromTransferable() 741 aObjDesc.maClassName == SvGlobalName( SO3_SWWEB_CLASSID ) ) in PasteFromTransferable()
|
| H A D | viewfun5.cxx | 133 if ( aObjDesc.maClassName == SvGlobalName( SO3_SC_CLASSID_60 ) ) in PasteDataFormat()
|
| H A D | gridwin.cxx | 3750 bDoRtf = ( ( aObjDesc.maClassName == SvGlobalName( SO3_SW_CLASSID ) || in lcl_GetDropFormatId() 3751 aObjDesc.maClassName == SvGlobalName( SO3_SWWEB_CLASSID ) ) in lcl_GetDropFormatId()
|
| /trunk/main/svtools/source/misc/ |
| H A D | transfer.cxx | 97 rIStm >> rObjDesc.maClassName; in operator >>() 127 rOStm << rObjDesc.maClassName; in operator <<() 155 const ::rtl::OUString aClassName( rObjDesc.maClassName.GetHexName() ); in ImplGetParameterString() 248 rObjDesc.maClassName.MakeId( xMimeType->getParameterValue( aClassNameString ) ); in ImplSetParameterString()
|
| H A D | embedtransfer.cxx | 206 rDesc.maClassName = SvGlobalName( xObj->getClassID() ); in FillTransferableObjectDescriptor()
|
| /trunk/main/sfx2/source/doc/ |
| H A D | objembed.cxx | 205 …FillClass( &rDesc.maClassName, &nClipFormat, &aAppName, &rDesc.maTypeName, &aShortName, SOFFICE_FI… in FillTransferableObjectDescriptor()
|
| H A D | sfxbasemodel.cxx | 2014 aDesc.maClassName = m_pData->m_pObjectShell->GetClassName(); in getTransferData()
|
| /trunk/main/sc/source/filter/inc/ |
| H A D | xeescher.hxx | 226 String maClassName; /// Class name of the control. member in XclExpOcxControlObj
|
| H A D | xiescher.hxx | 904 String maClassName; /// Class name of embedded OLE object. member in XclImpPictureObj
|
| /trunk/main/sc/source/filter/excel/ |
| H A D | xeescher.cxx | 383 maClassName( rClassName ), in XclExpOcxControlObj() 446 XclExpString aClass( maClassName ); in WriteSubRecs()
|
| H A D | xiescher.cxx | 3042 …maClassName = (GetBiff() == EXC_BIFF8) ? rStrm.ReadUniString( nLen ) : rStrm.ReadRawByteString( nL… in ReadPictFmla() 3056 if( maClassName.EqualsAscii( "Forms.HTML:Hidden.1" ) ) in ReadPictFmla()
|
| /trunk/main/svtools/inc/svtools/ |
| H A D | transfer.hxx | 82 SvGlobalName maClassName; member
|
| /trunk/main/sd/source/ui/view/ |
| H A D | sdview3.cxx | 876 if( mpDoc->GetDocSh() && ( mpDoc->GetDocSh()->GetClassName() == aObjDesc.maClassName ) ) in InsertData()
|
| /trunk/main/sfx2/source/dialog/ |
| H A D | templdlg.cxx | 283 if ( aDesc.maClassName == pDocShell->GetFactory().GetClassId() ) in ExecuteDrop()
|
| /trunk/main/sw/source/ui/dochdl/ |
| H A D | swdtflvr.cxx | 2964 pDlg->SetObjName( pClipboard->aObjDesc.maClassName, in PasteSpecial()
|