/aoo42x/test/testgui/source/testlib/gui/ |
H A D | UIMap.java | 67 return new VclEditBox(app, idList.getId(id)); in editbox() 71 return new VclControl(app, idList.getId(id)); in control() 75 return new VclWindow(app, idList.getId(id)); in window() 79 return new VclDialog(app, idList.getId(id)); in dialog() 83 return new VclTabPage(app, idList.getId(id)); in tabpage() 87 return new VclListBox(app, idList.getId(id)); in listbox() 91 return new VclComboBox(app, idList.getId(id)); in combobox() 95 return new VclToolBox(app, idList.getId(id)); in toolbox() 99 return new VclButton(app, idList.getId(id)); in button() 111 return new VclStatusBar(app, idList.getId(id)); in statusbar() [all …]
|
/aoo42x/main/l10ntools/java/receditor/java/transex3/model/ |
H A D | SdfString.java | 49 id = aSdfEntity.getId(); in addSourceString() 64 id = aSdfEntity.getId(); in addLanguageString() 83 id = aSdfEntity.getId(); in addLanguageString() 93 id = sourceString.getId(); in setSourceString() 98 public String getId(){ in getId() method in SdfString 100 return sourceString.getId(); in getId()
|
/aoo42x/main/writerfilter/source/doctok/ |
H A D | WW8PropertySetImpl.hxx | 41 { return sal::static_int_cast<sal_uInt8>(getId() & 0xff); } in get_ispmd() 42 bool get_fSpec() const { return (getId() & 0x100) != 0; } in get_fSpec() 44 { return sal::static_int_cast<sal_uInt8>((getId() >> 10) & 0x7); } in get_sgc() 46 { return sal::static_int_cast<sal_uInt8>((getId() >> 13) & 0x7); } in get_spra() 58 sal_uInt32 getId() const { return getU16(0); } in getId() function in writerfilter::doctok::WW8PropertyImpl
|
H A D | WW8PropertySetImpl.cxx | 146 switch (getId()) in getByteLength() 169 switch (getId()) in getParamOffset() 196 snprintf(sBuffer, sizeof(sBuffer), " id=\"%" SAL_PRIuUINT32 "\"", getId()); in toString() 199 aResult += (*SprmIdToString::Instance())(getId()); in toString() 323 switch (sprm.getId()) in resolveLocal()
|
H A D | WW8ResourceModelImpl.cxx | 248 sal_uInt32 WW8Sprm::getId() const in getId() function in writerfilter::doctok::WW8Sprm 253 nResult = mpProperty->getId(); in getId() 314 return SprmKind(getId()); in getKind() 319 return (*SprmIdToString::Instance())(getId()); in getName()
|
/aoo42x/main/writerfilter/source/resourcemodel/ |
H A D | WW8Analyzer.cxx | 83 if (mSprmMap.count(sprm_.getId()) > 0) in sprm() 85 sal_uInt32 nCount = mSprmMap[sprm_.getId()] + 1; in sprm() 86 mSprmMap[sprm_.getId()] = nCount; in sprm() 89 mSprmMap[sprm_.getId()] = 1; in sprm() 91 mSprmIdSet.insert(sprm_.getId()); in sprm()
|
H A D | Token.cxx | 33 return rToken.getId(); in operator ()() 55 sal_Int32 Token_t::getId() const in getId() function in writerfilter::Token_t 62 return getId(); in operator sal_Int32()
|
H A D | TagLogger.cxx | 497 sName = mpIdToString->toString(rSprm.getId()); in sprm() 503 "0x%" SAL_PRIxUINT32 ", %" SAL_PRIuUINT32, rSprm.getId(), in sprm() 504 rSprm.getId()); in sprm()
|
/aoo42x/test/testcommon/source/org/openoffice/test/vcl/widgets/ |
H A D | VclMenuItem.java | 89 int id = getId(); in invoke() 99 public int getId() { in getId() method in VclMenuItem 111 return item.getId(); in getId() 155 return getId() != -1; in exists() 239 …return "ID:" + getId() + ", Text:" + getText() + ", Selected:" + isSelected() + ", Enabled:" + isE… in toString()
|
H A D | VclControl.java | 56 public String getId() { in getId() method in VclControl 159 return app.caller.callControl(getId(), methodId, args); in invoke() 168 return app.caller.callControl(getId(), methodId); in invoke()
|
H A D | VclTabPage.java | 40 app.caller.callControl(Constant.UID_ACTIVE, Constant.M_SetPage, new Object[] {getId()}); in select()
|
/aoo42x/main/writerfilter/qa/cppunittests/odiapi/ |
H A D | testProperty.cxx | 62 CPPUNIT_ASSERT_MESSAGE("Wrong property id", intProp->getId() == NS_fo::LN_font_weight); in testCreateIntProperty() 70 CPPUNIT_ASSERT_MESSAGE("Wrong property id", strProp->getId() == NS_style::LN_font_face); in testCreateStringProperty() 163 CPPUNIT_ASSERT_MESSAGE("Wrong property id", pb->get(0)->getId() == NS_fo::LN_font_weight); in testPropertyBagAsArray() 168 …CPPUNIT_ASSERT_MESSAGE("Test property bag as array failed", iter->getCurrent()->getId() == NS_fo::… in testPropertyBagAsArray() 181 … CPPUNIT_ASSERT_MESSAGE("Wrong property id", propBag->get(0)->getId() == NS_fo::LN_font_weight); in testCopyPropertyBag() 189 …CPPUNIT_ASSERT_MESSAGE("Copy property bag failed", propBagCopy->get(0)->getId() == NS_fo::LN_font_… in testCopyPropertyBag() 219 …PUNIT_ASSERT_MESSAGE("Sorting property bag failed", sortedOrder[i] == iter->getCurrent()->getId()); in testSortPropertyBag() 235 propSeq->get(0)->getId() == propSeq->get(1)->getId() && in testDuplicateValuesInArray()
|
/aoo42x/main/writerfilter/source/ooxml/ |
H A D | OOXMLPropertySetImpl.cxx | 71 sal_uInt32 OOXMLPropertyImpl::getId() const in getId() function in writerfilter::ooxml::OOXMLPropertyImpl 156 return SprmKind(getId()); in getKind() 402 bResult = x->getId() < y->getId(); in operator ()() 476 if (pProperty.get() != NULL && pProperty->getId() != 0x0) in add()
|
H A D | OOXMLFastContextHandler.cxx | 426 pTag->addAttr("id", (*QNameToString::Instance())(getId())); in toTag() 471 Id OOXMLFastContextHandler::getId() const in getId() function in writerfilter::ooxml::OOXMLFastContextHandler 1143 (new OOXMLPropertyImpl(getId(), pValue, OOXMLPropertyImpl::SPRM)); in sendPropertiesToParent() 2034 setId(pParent->getId()); in OOXMLFastContextHandlerWrapper() 2262 Id OOXMLFastContextHandlerWrapper::getId() const in getId() function in writerfilter::ooxml::OOXMLFastContextHandlerWrapper 2264 Id nResult = OOXMLFastContextHandler::getId(); in getId() 2269 if (pHandler != NULL && pHandler->getId() != 0) in getId() 2270 nResult = pHandler->getId(); in getId()
|
H A D | OOXMLFastContextHandler.hxx | 172 virtual Id getId() const; 617 virtual Id getId() const;
|
/aoo42x/main/l10ntools/java/jpropex/java/ |
H A D | SdfData.java | 52 return (SdfEntity) ohm.get( (String)obj.getId() ); in get() 59 ohm.add( obj.getId() , obj ); in add() 75 ohm.add( entity.getId() , entity ); // test if is valid in read()
|
/aoo42x/main/writerfilter/source/dmapper/ |
H A D | BorderHandler.cxx | 120 switch( rSprm.getId()) in lcl_sprm() 139 … m_aBorderLines[rSprm.getId() - NS_ooxml::LN_CT_TblBorders_top], m_bOOXML ); in lcl_sprm() 141 m_aFilledLines[ rSprm.getId( ) - NS_ooxml::LN_CT_TblBorders_top] = true; in lcl_sprm()
|
H A D | PageBordersHandler.cxx | 94 switch ( rSprm.getId( ) ) in lcl_sprm() 107 switch( rSprm.getId( ) ) in lcl_sprm()
|
H A D | TDefTableHandler.cxx | 219 switch( rSprm.getId() ) in lcl_sprm() 235 localResolve( rSprm.getId(), pProperties ); in lcl_sprm()
|
/aoo42x/main/l10ntools/java/receditor/java/transex3/controller/ |
H A D | EditorController.java | 316 hashedsdfstrings.put( aSdfString.getId() , aSdfString ); in readStrings() 335 if( hashedsdfstrings.containsKey( aEntity.getId() ) ) in readStrings() 337 aSdfString = (SdfString) hashedsdfstrings.get( aEntity.getId() ); in readStrings() 342 System.out.println("DBG: Can't find source string '"+aEntity.getId()+"'" ); in readStrings()
|
/aoo42x/main/svgio/source/svgreader/ |
H A D | svgnode.cxx | 62 if(rCurrent.getId()) in fillCssStyleVectorUsingHierarchyAndSelectors() 64 const rtl::OUString& rId = *rCurrent.getId(); in fillCssStyleVectorUsingHierarchyAndSelectors() 149 … if(!rCurrent.getId() && !rCurrent.getClass() && 0 == aConcatenated.indexOf(rClassStr)) in fillCssStyleVectorUsingHierarchyAndSelectors()
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | unotunnelhelper.hxx | 103 staruno::Sequence<sal_Int8> getId() const throw(staruno::RuntimeException) in getId() function in utl::UnoTunnelId 169 return s_aTunnelId.getId(); in getImplementationTunnelId()
|
/aoo42x/main/writerfilter/inc/resourcemodel/ |
H A D | WW8ResourceModel.hxx | 348 virtual sal_uInt32 getId() const = 0; 419 sal_Int32 getId() const;
|
/aoo42x/main/sc/source/filter/qpro/ |
H A D | qpro.cxx | 59 switch( getId() ) in readSheet() 159 switch( getId() ) in import()
|
/aoo42x/test/testassistant/lib/ |
H A D | testcommon.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/openoffice/
org/openoffice/test/
org/openoffice/test/common/
... |