/trunk/main/svtools/source/dialogs/ |
H A D | insdlg.cxx | 178 ::rtl::OUString aUIName; in FillInsertObjects() 183 if ( aUIName.getLength() ) in FillInsertObjects() 189 aUIName = aUIName.replaceAt( nIndex, nStringProductNameLength, aProductName ); in FillInsertObjects() 190 nIndex = aUIName.indexOf( aStringProductName ); in FillInsertObjects() 194 nIndex = aUIName.indexOf( aStringProductVersion ); in FillInsertObjects() 197 aUIName = aUIName.replaceAt( nIndex, nStringProductVersionLength, aProductVersion ); in FillInsertObjects() 198 nIndex = aUIName.indexOf( aStringProductVersion ); in FillInsertObjects() 310 String aUIName; in GetSotFormatUIName() local 320 aUIName = String( SvtResId( nResId ) ); in GetSotFormatUIName() 322 aUIName = SotExchange::GetFormatName( nId ); in GetSotFormatUIName() [all …]
|
/trunk/main/sdext/source/minimizer/ |
H A D | fileopendialog.cxx | 183 rtl::OUStringBuffer aUIName; in FileOpenDialog() local 209 aUIName.append( aIter->maUIName ); in FileOpenDialog() 210 aUIName.appendAscii( RTL_CONSTASCII_STRINGPARAM( " (." )); in FileOpenDialog() 211 aUIName.append( aExtension ); in FileOpenDialog() 212 aUIName.append( sal_Unicode( ')' ) ); in FileOpenDialog() 217 xFilterManager->appendFilter( aUIName.makeStringAndClear(), in FileOpenDialog() 250 rtl::OUString aUIName( xFilterManager->getCurrentFilter() ); in getFilterName() local 254 if ( aIter->maUIName == aUIName ) in getFilterName()
|
/trunk/main/framework/source/uielement/ |
H A D | toolbarsmenucontroller.cxx | 115 rtl::OUString aUIName; member 124 sal_Int32 nComp = aOne.pCollatorWrapper->compareString( aOne.aUIName, aTwo.aUIName ); in CompareToolBarEntry() 294 rtl::OUString aUIName; in fillHashMap() local 301 pProperties[j].Value >>= aUIName; in fillHashMap() 306 rHashMap.insert( ToolbarHashMap::value_type( aResourceURL, aUIName )); in fillHashMap() 410 rtl::OUString aUIName = pIter->second; in fillPopupMenu() local 414 if ( aUIName.getLength() == 0 && in fillPopupMenu() 427 aWindowState[i].Value >>= aUIName; in fillPopupMenu() 447 if (( aUIName.getLength() > 0 ) && ( !bHideFromMenu )) in fillPopupMenu() 450 aTbEntry.aUIName = aUIName; in fillPopupMenu() [all …]
|
H A D | toolbarmanager.cxx | 1528 rtl::OUString aUIName; in FillToolbar() local 1529 xPropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UIName" ))) >>= aUIName; in FillToolbar() 1530 if ( aUIName.getLength() > 0 ) in FillToolbar() 1531 m_pToolBar->SetText( aUIName ); in FillToolbar()
|
/trunk/main/sfx2/source/dialog/ |
H A D | filtergrouping.cxx | 1016 aUIName( _aUIName ), aWildcard( _aWildcard ) {} in ExportFilter() 1018 rtl::OUString aUIName; member 1104 aFilters[i].First = addExtension( aImportantFilterGroup[i].aUIName, in appendExportFilters() 1124 aFilters[i].First = addExtension( aFilterGroup[i].aUIName, in appendExportFilters() 1148 rtl::OUString aUIName = addExtension( aImportantFilterGroup[n].aUIName, in appendExportFilters() local 1151 _rxFilterManager->appendFilter( aUIName, aImportantFilterGroup[n].aWildcard ); in appendExportFilters() 1170 rtl::OUString aUIName = addExtension( aFilterGroup[n].aUIName, in appendExportFilters() local 1173 _rxFilterManager->appendFilter( aUIName, aFilterGroup[n].aWildcard ); in appendExportFilters()
|
/trunk/main/framework/source/fwe/xml/ |
H A D | toolboxdocumenthandler.cxx | 260 ::rtl::OUString aUIName; in startElement() 269 aUIName = xAttribs->getValueByIndex( n ); in startElement() 277 if ( aUIName.getLength() > 0 ) in startElement() 285 …>setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UIName" )), makeAny( aUIName ) ); in startElement() 715 ::rtl::OUString aUIName; in WriteToolBoxDocument() 721 …xPropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UIName" ))) >>= aUIName; in WriteToolBoxDocument() 739 if ( aUIName.getLength() > 0 ) in WriteToolBoxDocument() 742 aUIName ); in WriteToolBoxDocument()
|
/trunk/main/sd/source/ui/dlg/ |
H A D | dlgctrls.cxx | 67 const OUString aUIName( pPreset->getUIName() ); in Fill() local 68 if( aUIName.getLength() ) in Fill() 70 InsertEntry( aUIName ); in Fill()
|
/trunk/main/svx/source/gallery2/ |
H A D | gallery1.cxx | 152 ByteString( rEntry.aUIName, RTL_TEXTENCODING_UTF8 ) << in operator <<() 167 rIn >> aTmpStr; rEntry.aUIName = String( aTmpStr, RTL_TEXTENCODING_UTF8 ); in operator >>() 514 pImportEntry->aUIName, in ImplLoadImports() 573 if ( rImportName == pImportEntry->aUIName ) in ImplGetImportThemeEntry() 718 pImportEntry->aThemeName = pImportEntry->aUIName = aNewName; in CreateImportTheme() 764 pImportEntry->aUIName = rNewName; in RenameTheme()
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | docfilt.hxx | 58 String aUIName; member in SfxFilter 88 const String& GetUIName() const { return aUIName; } in GetUIName() 96 void SetUIName( const String& rName ) { aUIName = rName; } in SetUIName()
|
/trunk/main/sd/source/ui/func/ |
H A D | futempl.cxx | 162 OUString aUIName; in DoExecute() local 163 … xInfo->getPropertyValue( ::rtl::OUString::createFromAscii("DisplayName") ) >>= aUIName; in DoExecute() 164 if ( aUIName.getLength() ) in DoExecute() 165 rReq.AppendItem( SfxStringItem( nSId, aUIName ) ); in DoExecute()
|
/trunk/main/sd/source/core/ |
H A D | CustomAnimationPreset.cxx | 116 OUString aUIName; in implImportLabels() local 117 xNameAccess->getByName( aLabel ) >>= aUIName; in implImportLabels() 118 if( aUIName.getLength() ) in implImportLabels() 120 rStringMap[ *p ] = aUIName; in implImportLabels()
|
/trunk/main/framework/source/uiconfiguration/ |
H A D | windowstateconfiguration.cxx | 238 rtl::OUString aUIName; member 646 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.aUIName ); break; in impl_getSequenceFromStruct() 805 aWindowStateInfo.aUIName = aValue; in impl_insertCacheAndReturnSequence() 993 aWindowStateInfo.aUIName = aValue; in impl_insertCacheAndReturnWinState() 1182 rWinStateInfo.aUIName = aValue; in impl_fillStructFromSequence() 1287 … xPropSet->setPropertyValue( m_aPropArray[i], makeAny( rWinStateInfo.aUIName ) ); break; in impl_putPropertiesFromStruct()
|
H A D | uicategorydescription.cxx | 246 rtl::OUString aUIName; in fillCache() local 256 xNameAccess->getByName( m_aPropUIName ) >>= aUIName; in fillCache() 258 m_aIdCache.insert( IdToInfoCache::value_type( aNameSeq[i], aUIName )); in fillCache()
|
H A D | moduleuiconfigurationmanager.cxx | 183 rtl::OUString aUIName; in impl_fillSequenceWithElementTypeInfo() local 188 a >>= aUIName; in impl_fillSequenceWithElementTypeInfo() 191 UIElementInfo aInfo( pUserIter->second.aResourceURL, aUIName ); in impl_fillSequenceWithElementTypeInfo() 221 rtl::OUString aUIName; in impl_fillSequenceWithElementTypeInfo() local 226 a >>= aUIName; in impl_fillSequenceWithElementTypeInfo() 229 UIElementInfo aInfo( pDefIter->second.aResourceURL, aUIName ); in impl_fillSequenceWithElementTypeInfo() 1024 aUIElementInfo[1].Value <<= pIter->second.aUIName; in getUIElementsInfo()
|
H A D | uiconfigurationmanagerimpl.cxx | 152 rtl::OUString aUIName; in impl_fillSequenceWithElementTypeInfo() local 156 xPropSet->getPropertyValue( m_aPropUIName ) >>= aUIName; in impl_fillSequenceWithElementTypeInfo() 159 UIElementInfo aInfo( pUserIter->second.aResourceURL, aUIName ); in impl_fillSequenceWithElementTypeInfo() 191 rtl::OUString aUIName; in impl_fillSequenceWithElementTypeInfo() local 195 xPropSet->getPropertyValue( m_aPropUIName ) >>= aUIName; in impl_fillSequenceWithElementTypeInfo() 198 UIElementInfo aInfo( pDefIter->second.aResourceURL, aUIName ); in impl_fillSequenceWithElementTypeInfo() 991 aUIElementInfo[1].Value <<= pIter->second.aUIName; in getUIElementsInfo()
|
H A D | uiconfigurationmanager.cxx | 173 rtl::OUString aUIName; in impl_fillSequenceWithElementTypeInfo() local 178 a >>= aUIName; in impl_fillSequenceWithElementTypeInfo() 181 UIElementInfo aInfo( pUserIter->second.aResourceURL, aUIName ); in impl_fillSequenceWithElementTypeInfo() 806 aUIElementInfo[1].Value <<= pIter->second.aUIName; in getUIElementsInfo()
|
H A D | uiconfigurationmanagerimpl.hxx | 138 aResourceURL( rResourceURL), aUIName( rUIName ) {} in UIElementInfo() 140 rtl::OUString aUIName; member
|
/trunk/main/sw/source/ui/app/ |
H A D | docst.cxx | 322 ::rtl::OUString aUIName; in ExecStyleSheet() 323 … xInfo->getPropertyValue( ::rtl::OUString::createFromAscii("DisplayName") ) >>= aUIName; in ExecStyleSheet() 324 if ( aUIName.getLength() ) in ExecStyleSheet() 325 rReq.AppendItem( SfxStringItem( SID_STYLE_APPLY, aUIName ) ); in ExecStyleSheet()
|
/trunk/main/framework/inc/uiconfiguration/ |
H A D | uiconfigurationmanager.hxx | 137 aResourceURL( rResourceURL), aUIName( rUIName ) {} in UIElementInfo() 139 rtl::OUString aUIName; member
|
H A D | moduleuiconfigurationmanager.hxx | 148 aResourceURL( rResourceURL), aUIName( rUIName ) {} in UIElementInfo() 150 rtl::OUString aUIName; member
|
/trunk/main/dbaccess/source/ui/tabledesign/ |
H A D | TEditControl.cxx | 513 aInitString = pActFieldDescr->getTypeInfo()->aUIName; in InitController() 525 pTypeCell->InsertEntry( aIter->second->aUIName ); in InitController() 1184 SetControlText(nRow,nColId,_pTypeInfo.get() ? _pTypeInfo->aUIName : ::rtl::OUString()); in SetCellData() 1298 sValue = pFieldDescr->getTypeInfo()->aUIName; in GetCellData()
|
/trunk/main/sd/source/ui/animations/ |
H A D | SlideTransitionPane.cxx | 1312 const OUString aUIName( pPreset->getUIName() ); in IMPL_LINK() local 1313 if( aUIName.getLength() ) in IMPL_LINK() 1315 maLB_SLIDE_TRANSITIONS.InsertEntry( aUIName ); in IMPL_LINK()
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | UITools.cxx | 856 pInfo->aUIName = aName.GetBuffer(); in fillTypeInfo() 857 pInfo->aUIName += aB1; in fillTypeInfo() 859 pInfo->aUIName += pInfo->aTypeName; in fillTypeInfo() 861 pInfo->aUIName += aB2; in fillTypeInfo()
|
/trunk/main/sc/source/ui/view/ |
H A D | formatsh.cxx | 366 ::rtl::OUString aUIName; in ExecuteStyle() 367 … xInfo->getPropertyValue( ::rtl::OUString::createFromAscii("DisplayName") ) >>= aUIName; in ExecuteStyle() 368 if ( aUIName.getLength() ) in ExecuteStyle() 369 rReq.AppendItem( SfxStringItem( SID_STYLE_APPLY, aUIName ) ); in ExecuteStyle()
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | TypeInfo.hxx | 84 …::rtl::OUString aUIName; // the name which is the user see (a combination of resource text and aT…
|