/aoo42x/main/filter/source/config/cache/ |
H A D | filtercache.cxx | 510 aItem[PROPNAME_NAME] <<= sItem; in setItem() 517 rList[sItem] = aItem; in setItem() 603 xSet->getByName(sItem) >>= xItem; in addStatePropsToItem() 1378 pList->push_back(sItem); in impl_addItem2FlushList() 1422 rItem[PROPNAME_NAME] <<= sItem; in impl_resolveItem4TypeRegistration() 1971 (*pList)[sItem] = aItem; in impl_loadItemOnDemand() 1986 return pList->find(sItem); in impl_loadItemOnDemand() 2398 xSet->getByName(sItem) >>= xItem; in impl_readOldItem() 2405 aItem[PROPNAME_NAME] <<= sItem; in impl_readOldItem() 2482 return sItem; in impl_searchFrameLoaderForType() [all …]
|
H A D | basecontainer.cxx | 220 void SAL_CALL BaseContainer::insertByName(const ::rtl::OUString& sItem , in insertByName() argument 227 if (!sItem.getLength()) in insertByName() 252 if (pCache->hasItem(m_eType, sItem)) in insertByName() 254 pCache->setItem(m_eType, sItem, aItem); in insertByName() 263 void SAL_CALL BaseContainer::removeByName(const ::rtl::OUString& sItem) in removeByName() argument 293 if (!sItem.getLength()) in replaceByName() 318 if (!pCache->hasItem(m_eType, sItem)) in replaceByName() 320 pCache->setItem(m_eType, sItem, aItem); in replaceByName() 334 if (!sItem.getLength()) in getByName() 350 aItem = pCache->getItem(m_eType, sItem); in getByName() [all …]
|
H A D | filtercache.hxx | 500 const ::rtl::OUString& sItem) 530 const ::rtl::OUString& sItem) 538 const ::rtl::OUString& sItem) 546 const ::rtl::OUString& sItem , 555 const ::rtl::OUString& sItem) 596 const ::rtl::OUString& sItem, 808 const ::rtl::OUString& sItem, 876 const ::rtl::OUString& sItem , 908 const ::rtl::OUString& sItem) 923 const ::rtl::OUString& sItem) [all …]
|
H A D | basecontainer.hxx | 249 virtual void SAL_CALL insertByName(const ::rtl::OUString& sItem , 256 virtual void SAL_CALL removeByName(const ::rtl::OUString& sItem) 264 virtual void SAL_CALL replaceByName(const ::rtl::OUString& sItem , 274 virtual css::uno::Any SAL_CALL getByName(const ::rtl::OUString& sItem) 282 virtual sal_Bool SAL_CALL hasByName(const ::rtl::OUString& sItem)
|
H A D | cacheupdatelistener.cxx | 201 const ::rtl::OUString& sItem = *pIt; in changesOccurred() local 204 m_rCache->refreshItem(eType, sItem); in changesOccurred()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docdde.cxx | 175 _FindItem aPara( sItem ); in GetData() 214 _FindItem aPara( sItem ); in SetData() 226 String sItem(GetAppCharClass().lower(rItem)); in SetData() local 227 _FindItem aPara( sItem ); in SetData() 299 String sItem( INetURLObject::decode( rStr, INET_HEX_ESCAPE, in SelectServerObj() local 303 xub_StrLen nPos = sItem.Search( cMarkSeperator ); in SelectServerObj() 312 String sName( sItem.Copy( 0, nPos ) ); in SelectServerObj() 313 String sCmp( sItem.Copy( nPos + 1 )); in SelectServerObj() 314 rCC.toLower( sItem ); in SelectServerObj() 345 sItem = sName; // wird unten behandelt ! in SelectServerObj() [all …]
|
/aoo42x/main/sfx2/source/appl/ |
H A D | impldde.cxx | 98 String sServer, sTopic, sItem; in SvDDELinkEditDialog() local 99 pLink->GetLinkManager()->GetDisplayNames( pLink, &sServer, &sTopic, &sItem ); in SvDDELinkEditDialog() 103 aEdDdeItem.SetText( sItem ); in SvDDELinkEditDialog() 109 aOKButton1.Enable( sServer.Len() && sTopic.Len() && sItem.Len() ); in SvDDELinkEditDialog() 172 DdeRequest aReq( *pConnection, sItem, 5000 ); in GetData() 195 pRequest = new DdeRequest( *pConnection, sItem ); in GetData() 230 pSvLink->GetLinkManager()->GetDisplayNames( pSvLink, &sServer, &sTopic, &sItem ); in Connect() 232 if( !sServer.Len() || !sTopic.Len() || !sItem.Len() ) in Connect() 259 pLink = new DdeHotLink( *pConnection, sItem ); in Connect()
|
H A D | linkmgr2.cxx | 328 String sApp, sTopic, sItem; in UpdateAllLinks() local 558 String sTopic, sItem, sReferer; in Connect() local 560 pLink->GetLinkManager()->GetDisplayNames( pLink, 0, &sTopic, &sItem ) in Connect() 658 sfx2::SvLinkSource* pNewSrc = pFndShell->DdeCreateLinkSource( sItem ); in Connect()
|
H A D | lnkbase2.cxx | 606 String sApp, sTopic, sItem, sError; in ExecuteEdit() local 607 pImpl->m_pLinkMgr->GetDisplayNames( this, &sApp, &sTopic, &sItem ); in ExecuteEdit() 624 sError.Erase( nFndPos, 1 ).Insert( sItem, nFndPos ); in ExecuteEdit()
|
H A D | impldde.hxx | 40 String sItem; member in sfx2::SvDDEObject
|
/aoo42x/main/unotools/source/config/ |
H A D | viewoptions.cxx | 308 … const ::rtl::OUString& sItem ); 310 … const ::rtl::OUString& sItem , 603 const ::rtl::OUString& sItem ) in GetUserItem() 619 aItem = xUserData->getByName(sItem); in GetUserItem() 634 const ::rtl::OUString& sItem , in SetUserItem() 650 if (xUserData->hasByName(sItem)) in SetUserItem() 651 xUserData->replaceByName(sItem, aValue); in SetUserItem() 653 xUserData->insertByName(sItem, aValue); in SetUserItem()
|
/aoo42x/main/qadevOOo/tests/java/mod/_sc/ |
H A D | ScDDELinkObj.java | 181 String sItem = "Sheet1.A1"; in createTestEnvironment() local 185 "=DDE(\""+ sAppl +"\";\""+testdoc+"\";\""+ sItem +"\""); in createTestEnvironment() 187 "=DDE(\""+ sAppl +"\";\""+testdoc+"\";\""+ sItem +"\""); in createTestEnvironment() 232 tEnv.addObjRelation("ITEM", sItem); in createTestEnvironment()
|
/aoo42x/main/xmloff/source/text/ |
H A D | XMLSectionSourceDDEImportContext.cxx | 103 OUString sItem; in StartElement() local 123 sItem = xAttrList->getValueByIndex(nAttr); in StartElement() 155 aValues[2] <<= sItem; in StartElement()
|
H A D | XMLSectionExport.cxx | 533 OUString sItem; in ExportRegularSectionStart() local 534 aAny >>= sItem; in ExportRegularSectionStart() 538 (sItem.getLength() > 0 ) ) in ExportRegularSectionStart() 545 sItem); in ExportRegularSectionStart()
|
/aoo42x/main/l10ntools/source/filter/utils/ |
H A D | Cache.java | 673 java.lang.String sItem = (java.lang.String)it.next(); in toXML() local 674 sXML.append("<node oor:name=\""+sItem+"\" oor:op=\"replace\">\n"); in toXML() 675 sXML.append(getItemAsXML(eType, sItem, nFormat)); in toXML() 1846 java.lang.String sItem = (java.lang.String)aIt2.next(); in analyze() local 1847 java.util.HashMap aItem = (java.util.HashMap)m_lFilters.get(sItem); in analyze() 1860 java.lang.String sItem = (java.lang.String)aIt2.next(); in analyze() local 1861 java.util.HashMap aItem = (java.util.HashMap)m_lDetectServices.get(sItem); in analyze() 1874 java.lang.String sItem = (java.lang.String)aIt2.next(); in analyze() local 1875 java.util.HashMap aItem = (java.util.HashMap)m_lFrameLoaders.get(sItem); in analyze() 1888 java.lang.String sItem = (java.lang.String)aIt2.next(); in analyze() local [all …]
|
/aoo42x/main/sw/source/core/graphic/ |
H A D | ndgrf.cxx | 651 String sApp, sTopic, sItem; in GetFileFilterNms() local 653 refLink, &sApp, &sTopic, &sItem ) ) in GetFileFilterNms() 657 *pFileNm += sItem; in GetFileFilterNms() 725 String sApp, sTopic, sItem; in InsertLink() local 728 sItem = rGrfName.Copy( nTmp ); in InsertLink() 730 sApp, sTopic, sItem ); in InsertLink()
|
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XDDELink.java | 79 String sItem = oObj.getItem(); in _getItem() local 85 bResult = oItem.equals(sItem); in _getItem()
|
/aoo42x/main/fpicker/source/aqua/ |
H A D | ControlHelper.cxx | 609 OUString sItem; in HandleSetListValue() local 610 rValue >>= sItem; in HandleSetListValue() 612 NSString* sCFItem = [NSString stringWithOUString:sItem]; in HandleSetListValue() 613 … OSL_TRACE("Adding menu item: %s", OUStringToOString(sItem, RTL_TEXTENCODING_UTF8).getStr()); in HandleSetListValue()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLDDELinksContext.cxx | 92 sItem(), in ScXMLDDELinkContext() 128 sItem.getLength()) in CreateDDELink() 132 String sIt(sItem); in CreateDDELink()
|
H A D | XMLDDELinksContext.hxx | 69 rtl::OUString sItem; member in ScXMLDDELinkContext 92 void SetItem(const rtl::OUString& sValue) { sItem = sValue; } in SetItem()
|
/aoo42x/main/fpicker/source/unx/gnome/ |
H A D | SalGtkFilePicker.cxx | 1180 OUString sItem; in HandleSetListValue() local 1181 rValue >>= sItem; in HandleSetListValue() 1182 … gtk_combo_box_append_text(pWidget, rtl::OUStringToOString(sItem, RTL_TEXTENCODING_UTF8).getStr()); in HandleSetListValue() 1288 OUString sItem(item, strlen(item), RTL_TEXTENCODING_UTF8); in HandleGetListValue() local 1289 aAny <<= sItem; in HandleGetListValue()
|
/aoo42x/main/svx/source/gallery2/ |
H A D | galbrws2.cxx | 215 OUString sItem; in statusChanged() local 217 if ( ( rEvent.State >>= sItem ) && sItem.getLength() ) in statusChanged() 219 maBackgroundPopup.InsertItem( 1, sItem ); in statusChanged()
|
/aoo42x/main/fpicker/source/win32/filepicker/ |
H A D | VistaFilePickerImpl.cxx | 1091 const ::rtl::OUString& sItem = lItems[i]; in impl_sta_SetControlValue() local 1092 … hResult = iCustom->AddControlItem(nId, i, reinterpret_cast<LPCTSTR>(sItem.getStr())); in impl_sta_SetControlValue()
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 4573 String sItem; in getItem() local 4575 sItem = m_pComboBox->GetEntry( _Pos ); in getItem() 4576 return sItem; in getItem()
|
/aoo42x/extras/l10n/source/bo/ |
H A D | localize.sdf | 34446 …\03090412.xhp 0 help par_id3152962 29 0 bo Function LinSearch( sList(), sItem As String ) as int… 34451 …c\shared\03090412.xhp 0 help par_id3159266 34 0 bo if sList( iCount ) = sItem then 2002-02-02… 34452 …c\shared\03090412.xhp 0 help par_id3149567 35 0 bo Exit for REM ཪྙེད་པ་ sItem 2002-02-02 02:0… 37366 …\03090406.xhp 0 help par_id3154790 30 0 bo Function LinSearch( sList(), sItem As String ) as int… 37371 …c\shared\03090406.xhp 0 help par_id3149123 35 0 bo if sList( iCount ) = sItem then 2002-02-02… 37372 …c\shared\03090406.xhp 0 help par_id3153707 36 0 bo exit for REM ཪྙེད་པ་ sItem 2002-02-02 02:0…
|