Home
last modified time | relevance | path

Searched refs:sDisplayName (Results 1 – 25 of 29) sorted by relevance

12

/aoo41x/main/dbaccess/source/ui/dlg/
H A Dgeneralpage.cxx160 String sDisplayName; member
196 String sDisplayName = aTypeLoop.getDisplayName(); in initializeTypeList() local
197 if ( m_pDatasourceType->GetEntryPos( sDisplayName ) == LISTBOX_ENTRY_NOTFOUND in initializeTypeList()
198 && approveDataSourceType( sURLPrefix, sDisplayName ) ) in initializeTypeList()
210 insertDatasourceTypeEntryData( loop->eType, loop->sDisplayName ); in initializeTypeList()
369 String sDisplayName; in implInitControls() local
374 sDisplayName = m_pCollection->getTypeDisplayName(m_eCurrentSelection); in implInitControls()
378 if ( approveDataSourceType( m_eCurrentSelection, sDisplayName ) in implInitControls()
384 insertDatasourceTypeEntryData(m_eCurrentSelection, sDisplayName); in implInitControls()
392 m_pDatasourceType->SelectEntry(sDisplayName); in implInitControls()
[all …]
H A Dgeneralpage.hxx121 void insertDatasourceTypeEntryData(const ::rtl::OUString& _sType, String sDisplayName);
/aoo41x/main/xmloff/source/text/
H A DXMLTextMasterPageContext.cxx89 OUString sName, sDisplayName; in XMLTextMasterPageContext() local
104 sDisplayName = xAttrList->getValueByIndex( i ); in XMLTextMasterPageContext()
117 if( sDisplayName.getLength() ) in XMLTextMasterPageContext()
120 sDisplayName ); in XMLTextMasterPageContext()
124 sDisplayName = sName; in XMLTextMasterPageContext()
127 if( 0 == sDisplayName.getLength() ) in XMLTextMasterPageContext()
137 if( xPageStyles->hasByName( sDisplayName ) ) in XMLTextMasterPageContext()
139 aAny = xPageStyles->getByName( sDisplayName ); in XMLTextMasterPageContext()
149 xPageStyles->insertByName( sDisplayName, aAny ); in XMLTextMasterPageContext()
H A Dtxtimp.cxx1759 OUString sDisplayName( in SetStyleAndAttrs() local
1763 if( !sDisplayName.getLength() || in SetStyleAndAttrs()
1774 OUString sDisplayName( in SetStyleAndAttrs() local
2225 OUString sDisplayName( in SetHyperlink() local
2228 if( sDisplayName.getLength() && in SetHyperlink()
2233 makeAny(sDisplayName)); in SetHyperlink()
2236 sDisplayName = in SetHyperlink()
2239 if( sDisplayName.getLength() && in SetHyperlink()
2244 makeAny(sDisplayName)); in SetHyperlink()
2285 OUString sDisplayName( in SetRuby() local
[all …]
H A Dtxtstyli.cxx402 OUString sDisplayName( in Finish() local
408 if( ( !sDisplayName.getLength() || in Finish()
410 rPageStyles->hasByName( sDisplayName )) ) && in Finish()
414 aAny <<= sDisplayName; in Finish()
/aoo41x/main/extensions/source/propctrlr/
H A Dselectlabeldialog.cxx183 UniString sName,sDisplayName; in InsertEntries() local
230 sDisplayName = ::comphelper::getString(xAsSet->getPropertyValue(PROPERTY_LABEL)).getStr(); in InsertEntries()
231 sDisplayName += String::CreateFromAscii(" ("); in InsertEntries()
232 sDisplayName += sName; in InsertEntries()
233 sDisplayName += ')'; in InsertEntries()
236 …SvLBoxEntry* pCurrent = m_aControlTree.InsertEntry(sDisplayName, m_aRequiredControlImage, m_aRequi… in InsertEntries()
H A Dbrowserline.cxx304 String sDisplayName = m_aFtTitle.GetText(); in GetTitle() local
310 sDisplayName.EraseTrailingChars(cRTL_mark); in GetTitle()
313 sDisplayName.EraseTrailingChars( '.' ); in GetTitle()
315 return sDisplayName; in GetTitle()
H A Dsqlcommanddesign.cxx285 ::rtl::OUString sDisplayName = String( PcrRes( CommandType::COMMAND + 1 ) ); in impl_doOpenDesignerFrame_nothrow()
286 xTitle->setTitle( sDisplayName ); in impl_doOpenDesignerFrame_nothrow()
H A Dformcomponenthandler.cxx869 ::rtl::OUString sDisplayName; in doDescribeSupportedProperties()
880 sDisplayName = m_pInfoService->getPropertyTranslation( nPropId ); in doDescribeSupportedProperties()
881 if ( !sDisplayName.getLength() ) in doDescribeSupportedProperties()
994 String sDisplayName = m_pInfoService->getPropertyTranslation( nPropId ); in describePropertyLine() local
995 if ( !sDisplayName.Len() ) in describePropertyLine()
1005 aDescriptor.DisplayName = sDisplayName; in describePropertyLine()
H A Deventhandler.cxx152 :sDisplayName( String( PcrRes( _nDisplayNameResId ) ) ) in EventDescription()
878 aDescriptor.DisplayName = rEvent.sDisplayName; in describePropertyLine()
H A Deventhandler.hxx53 ::rtl::OUString sDisplayName;
/aoo41x/main/dbaccess/source/ui/control/
H A Dcharsetlistbox.cxx81 String sDisplayName = (*aFind).getDisplayName(); in SelectEntryByIanaName() local
82 if ( LISTBOX_ENTRY_NOTFOUND == GetEntryPos( sDisplayName ) ) in SelectEntryByIanaName()
88 sDisplayName = String(); in SelectEntryByIanaName()
91 SelectEntry( sDisplayName ); in SelectEntryByIanaName()
/aoo41x/main/svtools/source/config/
H A Dextcolorcfg.cxx280 ::rtl::OUString sDisplayName(RTL_CONSTASCII_USTRINGPARAM("/DisplayName")); in Load()
287 aComponentDisplayNames[0] += sDisplayName; in Load()
298 lcl_addString(aDisplayNames,sDisplayName); in Load()
309 sName = sName.copy(0,sName.lastIndexOf(sDisplayName)); in Load()
398 ::rtl::OUString sName(pColorIter->copy(nIndex)),sDisplayName; in FillComponentColors()
406 sDisplayName = aFind->second; in FillComponentColors()
416 ExtendedColorConfigValue aValue(sName,sDisplayName,nColor,nDefaultColor); in FillComponentColors()
/aoo41x/main/sd/source/core/
H A Dstlfamily.cxx556 OUString sDisplayName; in getPropertyValue() local
559 case SD_STYLE_FAMILY_MASTERPAGE: sDisplayName = getName(); break; in getPropertyValue()
560 case SD_STYLE_FAMILY_CELL: sDisplayName = String( SdResId(STR_CELL_STYLE_FAMILY) ); break; in getPropertyValue()
562 default: sDisplayName = String( SdResId(STR_GRAPHICS_STYLE_FAMILY) ); break; in getPropertyValue()
564 return Any( sDisplayName ); in getPropertyValue()
/aoo41x/main/cui/source/options/
H A Doptlingu.cxx519 OUString sDisplayName; member
720 if (pEntry && pEntry->sDisplayName == rToAdd.sDisplayName) in lcl_MergeDisplayArray()
795 aInfo.sDisplayName = xDispName->getServiceDisplayName( aCurrentLocale ); in SvxLinguData_Impl()
819 aInfo.sDisplayName = xDispName->getServiceDisplayName( aCurrentLocale ); in SvxLinguData_Impl()
843 aInfo.sDisplayName = xDispName->getServiceDisplayName( aCurrentLocale ); in SvxLinguData_Impl()
867 aInfo.sDisplayName = xDispName->getServiceDisplayName( aCurrentLocale ); in SvxLinguData_Impl()
1013 if (pTmp && pTmp->sDisplayName == rDisplayName) in Reconfigure()
2331 String aTxt( pInfo->sDisplayName ); in IMPL_LINK()
2375 String aTxt( pInfo->sDisplayName ); in IMPL_LINK()
2419 String aTxt( pInfo->sDisplayName ); in IMPL_LINK()
[all …]
/aoo41x/main/fpicker/source/office/
H A Diodlgimp.cxx315 String sDisplayName; in FillURLMenu() local
324 if ( LocalFileHelper::ConvertURLToSystemPath(*aLoop, sDisplayName) ) in FillURLMenu()
325 _pMenu->InsertItem( nItemId, sDisplayName, aImage ); in FillURLMenu()
/aoo41x/main/extensions/source/abpilot/
H A Dabspilot.cxx150 String sDisplayName; in getStateDisplayName() local
154 sDisplayName = String( ModuleRes( nResId ) ); in getStateDisplayName()
157 return sDisplayName; in getStateDisplayName()
/aoo41x/main/xmloff/source/style/
H A DPageMasterImportPropMapper.cxx69 ::rtl::OUString sDisplayName( rImport.GetStyleDisplayName( in handleSpecialItem()
73 if( xParaStyles.is() && xParaStyles->hasByName( sDisplayName ) ) in handleSpecialItem()
75 rProperty.maValue <<= sDisplayName; in handleSpecialItem()
/aoo41x/main/svtools/source/dialogs/
H A Droadmapwizard.cxx616 String sDisplayName; in getStateDisplayName() local
622 sDisplayName = pos->second.first; in getStateDisplayName()
624 return sDisplayName; in getStateDisplayName()
/aoo41x/main/wizards/com/sun/star/wizards/db/
H A DCommandMetaData.java240 String sDisplayName = FieldColumns[i].getDisplayFieldName(); in getFieldColumnByDisplayName() local
241 if (sDisplayName.equals(_DisplayName)) in getFieldColumnByDisplayName()
248 if (sDisplayName.equals(sCompound)) in getFieldColumnByDisplayName()
/aoo41x/main/xmloff/source/draw/
H A Dximpbody.cxx166 OUString sDisplayName( rImport.GetStyleDisplayName( in SdXMLDrawPageContext() local
182 sMasterPageName.equals(sDisplayName)) in SdXMLDrawPageContext()
/aoo41x/main/sfx2/source/dialog/
H A Dfiltergrouping.cxx146 ::rtl::OUString sDisplayName; // the display name
170 aClassDesc.getNodeValue( sDisplaNameNodeName ) >>= _rClass.sDisplayName; in lcl_ReadFilterClass()
393 aClassEntry.First = _rClass.sDisplayName; in operator ()()
/aoo41x/main/svx/source/table/
H A Dtabledesign.cxx759 OUString sDisplayName( SVX_RESSTR( RID_SVXSTR_STYLEFAMILY_TABLEDESIGN ) ); in getPropertyValue() local
760 return Any( sDisplayName ); in getPropertyValue()
/aoo41x/main/desktop/source/deployment/manager/
H A Ddp_extensionmanager.cxx613 const OUString sDisplayName = xTmpExtension->getDisplayName(); in doChecksForAddExtension() local
643 checkUpdate(sVersion, sDisplayName,xOldExtension, xCmdEnv); in doChecksForAddExtension()
649 checkInstall(sDisplayName, xCmdEnv); in doChecksForAddExtension()
/aoo41x/main/sc/source/core/tool/
H A Daddincol.cxx582 rtl::OUString sDisplayName; in ReadConfiguration() local
595 pPropArray[nIndex++] >>= sDisplayName; in ReadConfiguration()
599 aDesc.aName = sDisplayName; in ReadConfiguration()

Completed in 1572 milliseconds

12