/aoo42x/main/wizards/com/sun/star/wizards/ui/ |
H A D | UnoDialog2.java | 80 return insertButton(sName, actionPerformed, this, sPropNames, oPropValues); in insertButton() 108 guiEventListener.add(sName, EVENT_ITEM_CHANGED, itemChanged, eventTarget); in insertCheckBox() 115 return insertCheckBox(sName, itemChanged, this, sPropNames, oPropValues); in insertCheckBox() 129 guiEventListener.add(sName, EVENT_ITEM_CHANGED, itemChanged, eventTarget); in insertComboBox() 135 guiEventListener.add(sName, EVENT_TEXT_CHANGED, textChanged, eventTarget); in insertComboBox() 156 guiEventListener.add(sName, EVENT_ITEM_CHANGED, itemChanged, eventTarget); in insertListBox() 179 return insertRadioButton(sName, itemChanged, this, sPropNames, oPropValues); in insertRadioButton() 195 return insertTextField(sName, sTextChanged, this, sPropNames, oPropValues); in insertTextField() 240 return insertFileControl(sName, sTextChanged, this, sPropNames, oPropValues); in insertFileControl() 260 return insertDateField(sName, sTextChanged, this, sPropNames, oPropValues); in insertDateField() [all …]
|
H A D | UnoDialog.java | 225 String sName = allProps[i].Name; in printControlProperties() local 226 System.out.println(sName); in printControlProperties() 339 ControlList.put(sName, ControlKey); in insertButton() 358 ControlList.put(sName, ControlKey); in insertCheckBox() 376 ControlList.put(sName, ControlKey); in insertNumericField() 396 ControlList.put(sName, ControlKey); in insertScrollBar() 431 ControlList.put(sName, ControlKey); in insertEditField() 457 ControlList.put(sName, ControlKey); in insertListBox() 482 ControlList.put(sName, ControlKey); in insertComboBox() 527 ControlList.put(sName, ControlKey); in insertRadioButton() [all …]
|
/aoo42x/main/framework/inc/classes/ |
H A D | filtercache.hxx | 402 static sal_Bool implcp_getType ( const ::rtl::OUString& sName ); 403 static sal_Bool implcp_getFilter ( const ::rtl::OUString& sName ); 404 static sal_Bool implcp_getDetector ( const ::rtl::OUString& sName ); 405 static sal_Bool implcp_getLoader ( const ::rtl::OUString& sName ); 407 static sal_Bool implcp_existsType ( const ::rtl::OUString& sName ); 408 static sal_Bool implcp_existsFilter ( const ::rtl::OUString& sName ); 409 static sal_Bool implcp_existsDetector ( const ::rtl::OUString& sName ); 410 static sal_Bool implcp_existsLoader ( const ::rtl::OUString& sName ); 412 static sal_Bool implcp_addFilter ( const ::rtl::OUString& sName , 414 static sal_Bool implcp_replaceFilter ( const ::rtl::OUString& sName , [all …]
|
H A D | filtercachedata.hxx | 209 sName = ::rtl::OUString() ; in impl_clear() 221 sName = rCopy.sName ; in impl_copy() 237 ::rtl::OUString sName ; 288 sName = rCopy.sName ; in impl_copy() 344 sName = ::rtl::OUString(); in impl_clear() 350 sName = rCopy.sName ; in impl_copy() 389 sName = ::rtl::OUString(); in impl_clear() 396 sName = rCopy.sName ; in impl_copy() 407 ::rtl::OUString sName ; 442 sName = rCopy.sName ; in impl_copy() [all …]
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | w1class.hxx | 370 const sal_Char* sName; member in Ww1SingleSprm 382 , sName( pName) in Ww1SingleSprm() 411 Ww1SingleSprm(1, sName) { in Ww1SingleSprmByte() 420 Ww1SingleSprmByte(sName) { in Ww1SingleSprmBool() 429 Ww1SingleSprmByte(sName) { in Ww1SingleSprm4State() 446 Ww1SingleSprm(4, sName) { in Ww1SingleSprmLong() 462 Ww1SingleSprmByte(sName) { in Ww1SingleSprmPJc() 471 Ww1SingleSprmWord(sName) { in Ww1SingleSprmPDxa() 690 Ww1SingleSprm(4, sName) { 706 Ww1SingleSprm(4, sName) { [all …]
|
/aoo42x/main/forms/source/xforms/ |
H A D | datatyperepository.cxx | 78 … m_aRepository[ sName ] = new OStringType( sName, ::com::sun::star::xsd::DataTypeClass::STRING ); in DBG_NAME() 81 … m_aRepository[ sName ] = new OStringType( sName, ::com::sun::star::xsd::DataTypeClass::anyURI ); in DBG_NAME() 84 m_aRepository[ sName ] = new OBooleanType( sName ); in DBG_NAME() 87 … m_aRepository[ sName ] = new ODecimalType( sName, ::com::sun::star::xsd::DataTypeClass::DECIMAL ); in DBG_NAME() 90 … m_aRepository[ sName ] = new ODecimalType( sName, ::com::sun::star::xsd::DataTypeClass::FLOAT ); in DBG_NAME() 93 … m_aRepository[ sName ] = new ODecimalType( sName, ::com::sun::star::xsd::DataTypeClass::DOUBLE ); in DBG_NAME() 96 m_aRepository[ sName ] = new ODateType( sName ); in DBG_NAME() 99 m_aRepository[ sName ] = new OTimeType( sName ); in DBG_NAME() 102 m_aRepository[ sName ] = new ODateTimeType( sName ); in DBG_NAME() 105 …m_aRepository[ sName ] = new OShortIntegerType( sName, ::com::sun::star::xsd::DataTypeClass::gYear… in DBG_NAME() [all …]
|
H A D | model_ui.cxx | 463 OUString sName; in lcl_findInstance() local 465 bFound = ( sName == rName ); in lcl_findInstance() 538 && ! xModels->hasByName( sName ) ) in newModel() 543 pModel->setID( sName ); in newModel() 575 && xModels->hasByName( sName ) ) in removeModel() 577 xModels->removeByName( sName ); in removeModel() 587 && isValidXMLName( sName ) ) in createElement() 604 && isValidXMLName( sName ) ) in createAttribute() 608 OUString sUniqueName = sName; in createAttribute() 627 if( xNode->getNodeName() == sName ) in renameNode() [all …]
|
/aoo42x/main/odk/examples/java/Storage/ |
H A D | TestHelper.java | 377 String sName, in InternalCheckStream() argument 420 Error( "SubStream '" + sName + "' contains wrong data!" ); in InternalCheckStream() 467 String sName, in checkStream() argument 479 Error( "Can't open substream '" + sName + "'!" ); in checkStream() 493 String sName, in checkEncrStream() argument 544 Error( "Can't open encrypted substream '" + sName + "'!" ); in checkEncrStream() 763 xSource.copyElementTo( sName, xDest, sName ); in copyElementTo() 779 xSource.moveElementTo( sName, xDest, sName ); in moveElementTo() 806 public boolean removeElement( XStorage xStorage, String sName ) in removeElement() argument 811 xStorage.removeElement( sName ); in removeElement() [all …]
|
/aoo42x/main/odk/examples/DevelopersGuide/GUI/ |
H A D | UnoDialogSample.java | 386 m_xDlgModelNameContainer.insertByName(sName, oFTModel); in insertFixedText() 430 m_xDlgModelNameContainer.insertByName(sName, oCFModel); in insertCurrencyField() 440 Object oCFControl = m_xDlgContainer.getControl(sName); in insertCurrencyField() 476 m_xDlgModelNameContainer.insertByName(sName, oPBModel); in insertProgressBar() 515 m_xDlgModelNameContainer.insertByName(sName, oFLModel); in insertHorizontalFixedLine() 552 m_xDlgModelNameContainer.insertByName(sName, oGBModel); in insertGroupBox() 686 Object oDFControl = m_xDlgContainer.getControl(sName); in insertDateField() 969 XControl xControl = m_xDlgContainer.getControl(sName); in insertListBox() 1219 if (sName.equals("TextField1")){ in textChanged() 1246 if (sName.equals("FormattedField1")){ in up() [all …]
|
/aoo42x/main/unotools/source/config/ |
H A D | viewoptions.cxx | 455 xSet->removeByName(sName); in Delete() 489 impl_getSetNode(sName, sal_False), in GetWindowState() 514 impl_getSetNode(sName, sal_True), in SetWindowState() 535 impl_getSetNode(sName, sal_False), in GetUserData() 576 impl_getSetNode(sName, sal_True), in SetUserData() 613 impl_getSetNode(sName, sal_False), in GetUserItem() 644 impl_getSetNode(sName, sal_True), in SetUserItem() 674 impl_getSetNode(sName, sal_False), in GetPageID() 699 impl_getSetNode(sName, sal_True), in SetPageID() 721 impl_getSetNode(sName, sal_False), in GetVisible() [all …]
|
H A D | moduleoptions.cxx | 681 ::rtl::OUString sName; in GetFactoryName() 688 return sName; in GetFactoryName() 1406 if (sName.equalsAscii("swriter")) in ClassifyFactoryByShortName() 1412 if (sName.equalsAscii("scalc")) in ClassifyFactoryByShortName() 1414 if (sName.equalsAscii("sdraw")) in ClassifyFactoryByShortName() 1416 if (sName.equalsAscii("simpress")) in ClassifyFactoryByShortName() 1418 if (sName.equalsAscii("schart")) in ClassifyFactoryByShortName() 1420 if (sName.equalsAscii("smath")) in ClassifyFactoryByShortName() 1422 if (sName.equalsAscii("sbasic")) in ClassifyFactoryByShortName() 1424 if (sName.equalsAscii("sdatabase")) in ClassifyFactoryByShortName() [all …]
|
/aoo42x/main/package/qa/storages/ |
H A D | TestHelper.java | 769 String sName, in InternalCheckStream() argument 868 String sName, in checkStream() argument 881 Error( "Can't open substream '" + sName + "'!" ); in checkStream() 894 if ( !disposeStream( xSubStream, sName ) ) in checkStream() 901 String sName, in checkEncrStream() argument 962 if ( !disposeStream( xSubStream, sName ) ) in checkEncrStream() 1314 xSource.copyElementTo( sName, xDest, sName ); in copyElementTo() 1330 xSource.copyElementTo( sName, xDest, sTargetName ); in copyElementTo() 1346 xSource.moveElementTo( sName, xDest, sName ); in moveElementTo() 1378 xStorage.removeElement( sName ); in removeElement() [all …]
|
/aoo42x/main/sd/source/ui/accessibility/ |
H A D | AccessiblePresentationShape.cxx | 78 ::rtl::OUString sName; in CreateAccessibleBaseName() 84 sName = ::rtl::OUString (String(SdResId(SID_SD_A11Y_P_TITLE_N))); in CreateAccessibleBaseName() 93 sName = ::rtl::OUString (String(SdResId(SID_SD_A11Y_P_PAGE_N))); in CreateAccessibleBaseName() 102 sName = ::rtl::OUString ( String(SdResId(SID_SD_A11Y_P_HEADER_N)) ); in CreateAccessibleBaseName() 105 sName = ::rtl::OUString ( String(SdResId(SID_SD_A11Y_P_FOOTER_N)) ); in CreateAccessibleBaseName() 108 sName = ::rtl::OUString ( String(SdResId(SID_SD_A11Y_P_DATE_N)) ); in CreateAccessibleBaseName() 111 sName = ::rtl::OUString ( String(SdResId(SID_SD_A11Y_P_NUMBER_N)) ); in CreateAccessibleBaseName() 117 sName += ::rtl::OUString (RTL_CONSTASCII_USTRINGPARAM(": ")) in CreateAccessibleBaseName() 121 return sName; in CreateAccessibleBaseName() 196 ::rtl::OUString sName; in GetStyle() [all …]
|
/aoo42x/main/package/qa/ofopxmlstorages/ |
H A D | TestHelper.java | 411 String sName, in InternalCheckStream() argument 530 String sName, in checkStream() argument 543 Error( "Can't open substream '" + sName + "'!" ); in checkStream() 556 if ( !disposeStream( xSubStream, sName ) ) in checkStream() 790 xSource.copyElementTo( sName, xDest, sName ); in copyElementTo() 806 xSource.copyElementTo( sName, xDest, sTargetName ); in copyElementTo() 822 xSource.moveElementTo( sName, xDest, sName ); in moveElementTo() 849 public boolean removeElement( XStorage xStorage, String sName ) in removeElement() argument 854 xStorage.removeElement( sName ); in removeElement() 1069 xStorage.copyStorageElementLastCommitTo( sName, xResult ); in cloneSubStorage() [all …]
|
/aoo42x/main/xmloff/source/style/ |
H A D | XMLFontAutoStylePool.cxx | 57 OUString sName; member in XMLFontAutoStylePoolEntry_Impl 97 sName( rName ), in XMLFontAutoStylePoolEntry_Impl() 178 OUString sName; in Add() local 182 sName = rFamilyName; in Add() 186 sName = rFamilyName.copy( 0, nLen ); in Add() 187 sName.trim(); in Add() 190 if( !sName.getLength() ) in Add() 196 OUString sPrefix( sName ); in Add() 200 sName = sPrefix; in Add() 222 OUString sName; in Find() local [all …]
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | documentcontainer.cxx | 360 ::rtl::OUString sName; in createInstanceWithArguments() 367 aValue.Value >>= sName; in createInstanceWithArguments() 555 _sSimpleName = sName; in lcl_queryContent() 562 _sSimpleName = sName; // a content in lcl_queryContent() 582 ::rtl::OUString sName; in loadComponentFromURL() 624 ::rtl::OUString sName; in getByHierarchicalName() 635 ::rtl::OUString sName; in hasByHierarchicalName() 649 ::rtl::OUString sName; in insertByHierarchicalName() 671 ::rtl::OUString sName; in removeByHierarchicalName() 676 xNameContainer->removeByName(sName); in removeByHierarchicalName() [all …]
|
/aoo42x/main/sw/source/ui/utlui/ |
H A D | gloslst.cxx | 182 pTriple->sGroup = pGroup->sName; in GetShortName() 250 sRet = pGroup->sName; in GetGroupName() 324 pGroup->sName = sGrpName; in Update() 327 String sName = *(*pPathArr)[nPath]; in Update() local 328 sName += INET_PATH_TOKEN; in Update() 329 sName += pGroup->sName.GetToken(0, GLOS_DELIM); in Update() 330 sName += sExt; in Update() 361 sName += GLOS_DELIM; in Update() 362 sName += String::CreateFromInt32( nPath ); in Update() 367 pFound->sName = sName; in Update() [all …]
|
/aoo42x/main/framework/test/typecfg/ |
H A D | xml2xcd.cxx | 898 ::rtl::OUString sName ; in impl_generateTypeSet() 980 aItem.sName = sName; in impl_generateTypeSet() 1131 aItem.sName = sName; in impl_generateFilterSet() 1183 ::rtl::OUString sName ; in impl_generateDetectorSet() 1212 sName = lEncNames[nItem]; in impl_generateDetectorSet() 1256 ::rtl::OUString sName ; in impl_generateLoaderSet() 1354 ::rtl::OUString sName ; in impl_generateContentHandlerSet() 1411 sXCD.append ( sName ); in impl_generateIntProperty() 1425 sXCD.append ( sName ); in impl_generateBoolProperty() 1439 sXCD.append ( sName ); in impl_generateStringProperty() [all …]
|
/aoo42x/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | EditPageParser.java | 90 if ( sName != null ) in handleSimpleTag() 92 if ( sName.equalsIgnoreCase( "wpEdittime" ) ) in handleSimpleTag() 96 else if ( sName.equalsIgnoreCase( "wpEditToken" ) ) in handleSimpleTag() 100 else if ( sName.equalsIgnoreCase( "wpLoginToken" ) ) in handleSimpleTag() 112 if ( sName != null ) in handleSimpleTag() 114 int nIndexStart = sName.indexOf( "index.php" ); in handleSimpleTag() 120 m_sMainURL = sName.substring( 0, nIndexStart ); in handleSimpleTag() 131 String sName = ""; in handleStartTag() local 141 sName = ( String ) a.getAttribute( HTML.Attribute.NAME ); in handleStartTag() 142 if ( sName != null ) in handleStartTag() [all …]
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbawindow.cxx | 328 rtl::OUString sName = workbook.getName(); in getCaption() local 336 if ( !sTitle.equals( sName ) ) in getCaption() 340 if ( sName.indexOf( sTitle ) == 0 ) in getCaption() 342 if ( sName.match( sDot, sTitle.getLength() ) ) in getCaption() 343 sTitle = sName; in getCaption() 505 getControllerProps()->getPropertyValue( sName ) >>= bGrid; in getDisplayGridlines() 522 getControllerProps()->getPropertyValue( sName ) >>= bHeading; in getDisplayHeadings() 554 getControllerProps()->getPropertyValue( sName ) >>= bOutline; in getDisplayOutline() 586 getControllerProps()->getPropertyValue( sName ) >>= bWorkbookTabs; in getDisplayWorkbookTabs() 758 xProps->getPropertyValue( sName ) >>= nZoomType; in getZoom() [all …]
|
/aoo42x/main/xmloff/source/text/ |
H A D | XMLPropertyBackpatcher.cxx | 104 const OUString& sName, in ResolveId() argument 108 aIDMap[sName] = aValue; in ResolveId() 111 if (aBackpatchListMap.count(sName)) in ResolveId() 118 aBackpatchListMap.erase(sName); in ResolveId() 157 const OUString& sName) in SetProperty() argument 160 SetProperty(xNonConstPropSet, sName); in SetProperty() 166 const OUString& sName) in SetProperty() argument 168 if (aIDMap.count(sName)) in SetProperty() 172 aAny <<= aIDMap[sName]; in SetProperty() 178 if (! aBackpatchListMap.count(sName)) in SetProperty() [all …]
|
/aoo42x/main/comphelper/source/xml/ |
H A D | attributelist.cxx | 43 this->sName = aName; in TagAttribute_Impl() 48 OUString sName; member 70 …_cast < sal_Int16 > (m_pImpl->vecAttribute.size()) ) ? m_pImpl->vecAttribute[i].sName : OUString(); in getNameByIndex() 86 OUString SAL_CALL AttributeList::getTypeByName( const OUString& sName ) throw( ::com::sun::star::un… in getTypeByName() argument 91 if( (*ii).sName == sName ) { in getTypeByName() 98 OUString SAL_CALL AttributeList::getValueByName(const OUString& sName) throw( ::com::sun::star::uno… in getValueByName() argument 103 if( (*ii).sName == sName ) { in getValueByName() 123 void AttributeList::AddAttribute( const OUString &sName , in AddAttribute() argument 127 m_pImpl->vecAttribute.push_back( TagAttribute_Impl( sName , sType , sValue ) ); in AddAttribute() 137 void AttributeList::RemoveAttribute( const OUString sName ) in RemoveAttribute() argument [all …]
|
/aoo42x/main/toolkit/test/accessibility/ |
H A D | Options.java | 40 static public void SetString (String sName, String sValue) in SetString() argument 42 Instance().setProperty (sName, sValue); in SetString() 45 static public String GetString (String sName) in GetString() argument 47 return Instance().getProperty (sName); in GetString() 50 static public void SetBoolean (String sName, boolean bValue) in SetBoolean() argument 52 Instance().setProperty (sName, Boolean.toString(bValue)); in SetBoolean() 55 static public boolean GetBoolean (String sName) in GetBoolean() argument 60 static public void SetInteger (String sName, int nValue) in SetInteger() argument 62 Instance().setProperty (sName, Integer.toString(nValue)); in SetInteger() 65 static public int GetInteger (String sName, int nDefault) in GetInteger() argument [all …]
|
/aoo42x/main/sw/source/ui/fldui/ |
H A D | fldvar.cxx | 339 aNameED.SetText( sName ); in IMPL_LINK() 425 String sName; in IMPL_LINK() local 428 aNameED.SetText( sName ); in IMPL_LINK() 870 String sName( aNameED.GetText() ); in IMPL_LINK() local 871 xub_StrLen nLen = sName.Len(); in IMPL_LINK() 879 SwCalc::IsValidVarName( sName, &sName ); in IMPL_LINK() 880 if( sName.Len() != nLen ) in IMPL_LINK() 882 nLen = sName.Len(); in IMPL_LINK() 884 aNameED.SetText( sName ); in IMPL_LINK() 1124 aSelectionLB.InsertEntry(sName); in IMPL_LINK() [all …]
|
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/misc/ |
H A D | Options.java | 43 static public void SetString (String sName, String sValue) in SetString() argument 45 Instance().setProperty (sName, sValue); in SetString() 49 static public String GetString (String sName) in GetString() argument 51 return Instance().getProperty (sName); in GetString() 54 static public void SetBoolean (String sName, boolean bValue) in SetBoolean() argument 56 Instance().setProperty (sName, Boolean.toString(bValue)); in SetBoolean() 60 static public boolean GetBoolean (String sName) in GetBoolean() argument 65 static public void SetInteger (String sName, int nValue) in SetInteger() argument 67 Instance().setProperty (sName, Integer.toString(nValue)); in SetInteger() 71 static public int GetInteger (String sName, int nDefault) in GetInteger() argument [all …]
|