Home
last modified time | relevance | path

Searched refs:sName (Results 126 – 150 of 817) sorted by relevance

12345678910>>...33

/aoo42x/main/xmloff/source/style/
H A Dstyleexp.cxx124 OUString sName; in exportStyle() local
127 sName = *pPrefix; in exportStyle()
128 sName += rStyle->getName(); in exportStyle()
131 const OUString sEncodedStyleName(GetExport().EncodeStyleName( sName, &bEncoded )); in exportStyle()
136 sName); in exportStyle()
165 if( sName != sNextName ) in exportStyle()
336 rPropMapper->SetStyleName( sName ); in exportStyle()
/aoo42x/main/dbaccess/source/core/api/
H A DFilteredContainer.cxx117 OptionalString sName; member
130 ,sName( _name ) in TableInfo()
144 …E( !!_io_tableInfo.sCatalog && !!_io_tableInfo.sSchema && !!_io_tableInfo.sName, "lcl_ensureCompos… in lcl_ensureComposedName()
147 …composeTableName( _metaData, *_io_tableInfo.sCatalog, *_io_tableInfo.sSchema, *_io_tableInfo.sName, in lcl_ensureComposedName()
372 ::rtl::OUString sCatalog, sSchema, sName, sType; in construct()
377 sName = xCurrentRow->getString(3); in construct()
380 aUnfilteredTables.push_back( TableInfo( sCatalog, sSchema, sName, sType ) ); in construct()
H A Dtablecontainer.cxx452 ::rtl::OUString sName; in elementInserted()
453 Event.Accessor >>= sName; in elementInserted()
454 if ( !m_nInAppend && !hasByName(sName) ) in elementInserted()
456 if(!m_xMasterContainer.is() || m_xMasterContainer->hasByName(sName)) in elementInserted()
458 ObjectType xName = createObject(sName); in elementInserted()
459 insertElement(sName,xName); in elementInserted()
461 ContainerEvent aEvent(static_cast<XContainer*>(this), makeAny(sName), makeAny(xName), Any()); in elementInserted()
/aoo42x/main/framework/source/services/
H A Dmodulemanager.cxx183 void SAL_CALL ModuleManager::replaceByName(const ::rtl::OUString& sName , in replaceByName() argument
217 xModules->getByName(sName) >>= xModule; in replaceByName()
244 css::uno::Any SAL_CALL ModuleManager::getByName(const ::rtl::OUString& sName) in getByName() argument
252 xCFG->getByName(sName) >>= xModule; in getByName()
266 lProps[MODULEPROP_IDENTIFIER] <<= sName; in getByName()
289 sal_Bool SAL_CALL ModuleManager::hasByName(const ::rtl::OUString& sName) in hasByName() argument
293 return xCFG->hasByName(sName); in hasByName()
/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbacommandbars.cxx167 rtl::OUString sName; in Add() local
169 Name >>= sName; in Add()
172 if( sName.getLength() ) in Add()
174 sResourceUrl = m_pCBarHelper->findToolbarByName( m_xNameAccess, sName ); in Add()
180 sName = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Custom1") ); in Add()
190 xCBar->setName( sName ); in Add()
/aoo42x/main/dbaccess/source/ui/dlg/
H A Dqueryorder.cxx284 String sName = m_aColumnList[i]->GetSelectEntry(); in GetOrderList() local
289 …if ( xColumns.is() && xColumns->hasByName( sName ) && (xColumns->getByName( sName ) >>= xColumn) &… in GetOrderList()
295 sName = sRealName; in GetOrderList()
303 sOrder += sName; in GetOrderList()
305 sOrder += ::dbtools::quoteName(sQuote,sName); in GetOrderList()
/aoo42x/main/basegfx/test/
H A Dclipstate.cxx105 void verifyPoly(const char* sName, const char* sSvg, const tools::B2DClipState& toTest) in verifyPoly() argument
109 sName, rtl::OUStringToOString( in verifyPoly()
116 aTmp1, rtl::OUString::createFromAscii(sSvg), false, 0)) << sName; in verifyPoly()
121 ASSERT_TRUE(tools::importFromSvgD(aTmp2, aSvg, false, 0)) << sName; in verifyPoly()
123 ASSERT_TRUE(aTmp2 == aTmp1) << sName; in verifyPoly()
/aoo42x/main/registry/source/
H A Dregimpl.cxx1382 OUString const sName = iter.m_pszName; in loadAndSaveKeys() local
1387 sName, nCut, bWarnings, bReport); in loadAndSaveKeys()
1391 sName, nCut, bWarnings, bReport); in loadAndSaveKeys()
1423 OUString sName; in dumpRegistry() local
1435 sName = iter.m_pszName; in dumpRegistry()
1439 _ret = dumpKey(pKey->getName(), sName, 1); in dumpRegistry()
1442 _ret = dumpValue(pKey->getName(), sName, 1); in dumpRegistry()
1459 RegError ORegistry::dumpValue(const OUString& sPath, const OUString& sName, sal_Int16 nSpc) const in dumpValue() argument
1480 if (rValue.create(m_file, sFullPath, sName, accessMode)) in dumpValue()
1717 storeError _err = rStoreDir.create(m_file, sFullPath, sName, accessMode); in dumpKey()
[all …]
/aoo42x/main/xmloff/source/forms/
H A Deventexport.cxx52 ::rtl::OUString sName; in OEventDescriptorMapper()
57 sName = pEvents->ListenerType; in OEventDescriptorMapper()
58 sName += EVENT_NAME_SEPARATOR; in OEventDescriptorMapper()
59 sName += pEvents->EventMethod; in OEventDescriptorMapper()
61 Sequence< PropertyValue >& rMappedEvent = m_aMappedEvents[sName]; in OEventDescriptorMapper()
/aoo42x/main/autodoc/inc/ary/info/
H A Dall_tags.hxx132 QualifiedName sName; member in ary::info::ImplementsTag
164 const String & ParamName() const { return sName; } in ParamName()
176 String sName; member in ary::info::ParameterTag
217 const String & TplParamName() const { return sName; } in TplParamName()
228 String sName; member in ary::info::TemplateTag
/aoo42x/main/forms/source/inc/
H A Dproperty.hxx57 ::rtl::OUString sName;
62 :sName(_rSource.sName), nHandle(_rSource.nHandle) { } in PropertyAssignment()
64 :sName(_rName), nHandle(_nHandle) { } in PropertyAssignment()
84 return (_rL.sName.compareTo(_rR.sName) < 0); in operator ()()
/aoo42x/main/extensions/source/propctrlr/
H A Dselectlabeldialog.cxx91 …UniString sName = ::comphelper::getString(m_xControlModel->getPropertyValue(PROPERTY_NAME)).getStr… in DBG_NAME() local
92 sDescription.SearchAndReplace(String::CreateFromAscii("$control_name$"), sName); in DBG_NAME()
183 UniString sName,sDisplayName; in InsertEntries() local
197 sName = ::comphelper::getString(xAsSet->getPropertyValue(PROPERTY_NAME)).getStr(); in InsertEntries()
210 … SvLBoxEntry* pCont = m_aControlTree.InsertEntry(sName, aFormImage, aFormImage, pContainerEntry); in InsertEntries()
232 sDisplayName += sName; in InsertEntries()
/aoo42x/main/unotools/source/config/
H A Dcompatibility.cxx114 sName( _rName ), sModule( _rNewModule ), in SvtCompatibilityEntry()
135 OUString sName; member
197 lProperties[ OFFSET_NAME ].Value <<= pItem->sName; in GetList()
407 aItem.sName = lNodes[ nItem ]; in SvtCompatibilityOptions_Impl()
422 if ( !bDefaultFound && aItem.sName.equals( COMPATIBILITY_DEFAULT_NAME ) != sal_False ) in SvtCompatibilityOptions_Impl()
467 sNode = SETNODE_ALLFILEFORMATS + PATHDELIMITER + aItem.sName + PATHDELIMITER; in Commit()
682 void SvtCompatibilityOptions::AppendItem( const ::rtl::OUString& sName, in AppendItem() argument
698 sName, sModule, bUsePrtMetrics, bAddSpacing, in AppendItem()
H A Ddynamicmenuoptions.cxx110 OUString sName ; member
150 rEntry.sName = PATHPREFIX_USER; in AppendUserEntry()
151 rEntry.sName += OUString::valueOf( (sal_Int32)impl_getNextUserEntryNr() ); in AppendUserEntry()
230 if( pItem->sName.compareTo( PATHPREFIX_USER, 1 ) == 0 ) in impl_getNextUserEntryNr()
232 OUString sNr = pItem->sName.copy( 1, pItem->sName.getLength()-1 ); in impl_getNextUserEntryNr()
453 OUString sName ; in SvtDynamicMenuOptions_Impl() local
/aoo42x/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx1799 OUString sName; in OutputFlyFrame_Impl() local
1810 sName = C2U("Name"); in OutputFlyFrame_Impl()
1819 sName = C2U("HelpText"); in OutputFlyFrame_Impl()
1829 sName = C2U("HelpF1Text"); in OutputFlyFrame_Impl()
1882 sName = C2U("HelpText"); in OutputFlyFrame_Impl()
1892 sName = C2U("HelpF1Text"); in OutputFlyFrame_Impl()
1930 sName = C2U("Name"); in OutputFlyFrame_Impl()
1939 sName = C2U("HelpText"); in OutputFlyFrame_Impl()
1949 sName = C2U("HelpF1Text"); in OutputFlyFrame_Impl()
3483 String sName = pFlyFrmFmt->GetObjTitle(); in ExportPICT() local
[all …]
/aoo42x/main/sc/source/ui/vba/
H A Dvbainterior.cxx281 ScVbaInterior::GetUserDefinedAttributes( const rtl::OUString& sName ) in GetUserDefinedAttributes() argument
284 if( xNameContainer->hasByName( sName ) ) in GetUserDefinedAttributes()
286 return xNameContainer->getByName( sName ); in GetUserDefinedAttributes()
291 ScVbaInterior::SetUserDefinedAttributes( const rtl::OUString& sName, const uno::Any& aValue ) in SetUserDefinedAttributes() argument
296 if( xNameContainer->hasByName( sName ) ) in SetUserDefinedAttributes()
297 xNameContainer->removeByName( sName ); in SetUserDefinedAttributes()
298 xNameContainer->insertByName( sName, aValue ); in SetUserDefinedAttributes()
/aoo42x/main/svx/source/accessibility/
H A DAccessibleGraphicShape.cxx185 ::rtl::OUString sName; in CreateAccessibleBaseName()
191 sName = ::rtl::OUString (RTL_CONSTASCII_USTRINGPARAM("GraphicObjectShape")); in CreateAccessibleBaseName()
195 sName = ::rtl::OUString (RTL_CONSTASCII_USTRINGPARAM("UnknownAccessibleGraphicShape")); in CreateAccessibleBaseName()
198 sName += ::rtl::OUString (RTL_CONSTASCII_USTRINGPARAM(": ")) in CreateAccessibleBaseName()
202 return sName; in CreateAccessibleBaseName()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/
H A DPalmDB.java87 private String sName = null; field in PalmDB
232 sName = new String(bName, 0, i, PdbUtil.ENCODING); in store()
325 return sName; in getPDBNameString()
422 if (!sName.equals(pdb.sName)) { in equals()
/aoo42x/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample2.java209 String sName = createUniqueName(m_xDlgModelNameContainer, "ListBox"); in insertListBox() local
216 …new Object[] {Boolean.FALSE, new Integer(_nHeight), sName, new Integer(_nPosX), new Integer(_nPosY… in insertListBox()
217 m_xDlgModelNameContainer.insertByName(sName, xLBModelMPSet); in insertListBox()
228 String sName = createUniqueName(m_xDlgModelNameContainer, "Label"); in insertMultiLineFixedText() local
236 …new Object[] { new Integer(nHeight), _sLabel, Boolean.TRUE, sName, new Integer(_nPosX), new Intege… in insertMultiLineFixedText()
238 m_xDlgModelNameContainer.insertByName(sName, oFTModel); in insertMultiLineFixedText()
/aoo42x/main/connectivity/source/drivers/hsqldb/
H A DStorageFileAccess.cxx64 ::rtl::OUString sName = StorageContainer::jstring2ustring(env,name); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_isStreamElement()
67 ::rtl::OUString sOldName = StorageContainer::removeOldURLPrefix(sName); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_isStreamElement()
72 …air.first.first->renameElement(sOldName,StorageContainer::removeURLPrefix(sName,aStoragePair.first… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_isStreamElement()
82 …return aStoragePair.first.first->isStreamElement(StorageContainer::removeURLPrefix(sName,aStorageP… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_isStreamElement()
111 ::rtl::OUString sName = StorageContainer::jstring2ustring(env,name); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_removeElement()
/aoo42x/main/cui/source/options/
H A Dconnpoolconfig.cxx136 if (sThisDriverName.equals(aLookup->sName)) in GetOptions()
196 sThisDriverName = aLoop->sName; in SetOptions()
199 if (aDriverSettings.hasByName(aLoop->sName)) in SetOptions()
200 aThisDriverSettings = aDriverSettings.openNode(aLoop->sName); in SetOptions()
202 aThisDriverSettings = aDriverSettings.createNode(aLoop->sName); in SetOptions()
/aoo42x/main/sc/source/ui/optdlg/
H A Dopredlin.cxx188 String sName = pEntry->GetName(); in Reset() local
190 aContentColorLB.InsertEntry( aColor, sName ); in Reset()
191 aMoveColorLB.InsertEntry( aColor, sName ); in Reset()
192 aInsertColorLB.InsertEntry( aColor, sName ); in Reset()
193 aRemoveColorLB.InsertEntry( aColor, sName ); in Reset()
/aoo42x/main/xmloff/source/text/
H A Dtxtvfldi.cxx155 sName = sAttrValue; in ProcessAttribute()
878 sName = xAttrList->getValueByIndex(i); in XMLVariableDeclImportContext()
908 sName, eVarType)) in XMLVariableDeclImportContext()
963 OUString sName = rImportHelper.GetRenameMap().Get( in FindFieldMaster() local
976 sBuffer.append(sName); in FindFieldMaster()
982 sBuffer.append(sName); in FindFieldMaster()
1010 aBuf.append(sName); in FindFieldMaster()
1016 sal::static_int_cast< sal_uInt16 >(eVarType), sName, sNew); in FindFieldMaster()
1035 aBuf.append(sName); in FindFieldMaster()
1041 sal::static_int_cast< sal_uInt16 >(eVarType), sName, sNew); in FindFieldMaster()
[all …]
/aoo42x/main/filter/source/msfilter/
H A Dmsocximex.cxx961 seperator->sName = C2S("GroupSeperator"); in addSeperator()
1322 while( xNameCont->hasByName( sName ) ) in GetFormComps()
1324 sName.AssignAscii( sWW8_form ); in GetFormComps()
1325 sName += String::CreateFromInt32( ++n ); in GetFormComps()
3542 pControl->sName = record.cName; in createFromContainerRecord()
3595 pControl->sName = rec.cName; in ProcessControl()
4236 if (rLib->hasByName(sName)) in Import()
4399 const char *sName; member
4541 rName.AppendAscii( pEntry->sName ); in OCX_Factory()
4582 pObj->sName = controlName; in ReadOCXStream()
[all …]
/aoo42x/main/framework/source/classes/
H A Dframecontainer.cxx356 …ce< css::frame::XFrame > FrameContainer::searchOnAllChildrens( const ::rtl::OUString& sName ) const in searchOnAllChildrens()
366 if ((*pIterator)->getName()==sName) in searchOnAllChildrens()
373 … xSearchedFrame = (*pIterator)->findFrame( sName, css::frame::FrameSearchFlag::CHILDREN ); in searchOnAllChildrens()
395 … css::frame::XFrame > FrameContainer::searchOnDirectChildrens( const ::rtl::OUString& sName ) const in searchOnDirectChildrens()
403 if ((*pIterator)->getName()==sName) in searchOnDirectChildrens()

Completed in 823 milliseconds

12345678910>>...33