/aoo4110/main/rsc/source/parser/ |
H A D | rscinit.cxx | 279 nAppId = pHS->getID( "WB_APP" ); in Init() 491 nId = pHS->getID( "Button" ); in Init() 508 nId = pHS->getID( "HelpButton" ); in Init() 517 nId = pHS->getID( "OKButton" ); in Init() 593 nId = pHS->getID( "GroupBox" ); in Init() 650 nId = pHS->getID( "InfoBox" ); in Init() 666 nId = pHS->getID( "ErrorBox" ); in Init() 674 nId = pHS->getID( "QueryBox" ); in Init() 869 nId = pHS->getID( "TabPage" ); in Init() 878 nId = pHS->getID( "TabDialog" ); in Init() [all …]
|
H A D | rscicpx.cxx | 78 nId = pHS->getID( "Resource" ); in InitClassMgr() 111 nId = pHS->getID( "String" ); in InitClassString() 129 nId = pHS->getID( "Bitmap" ); in InitClassBitmap() 150 nId = pHS->getID( "Color" ); in InitClassColor() 178 nId = pHS->getID( "Image" ); in InitClassImage() 205 nId = pHS->getID( "ImageList" ); in InitClassImageList() 243 nId = pHS->getID( "Window" ); in InitClassWindow() 454 nId = pHS->getID( "Control" ); in InitClassControl() 1228 nId = pHS->getID( "Menu" ); in InitClassMenu() 1339 nId = pHS->getID( "Time" ); in InitClassTime() [all …]
|
H A D | rscdb.cxx | 64 aBool( pHS->getID( "sal_Bool" ), RSC_NOTYPE ), in RscTypCont() 65 aShort( pHS->getID( "short" ), RSC_NOTYPE ), in RscTypCont() 66 aUShort( pHS->getID( "sal_uInt16" ), RSC_NOTYPE ), in RscTypCont() 67 aLong( pHS->getID( "long" ), RSC_NOTYPE ), in RscTypCont() 68 aEnumLong( pHS->getID( "enum_long" ), RSC_NOTYPE ), in RscTypCont() 69 aIdUShort( pHS->getID( "IDUSHORT" ), RSC_NOTYPE ), in RscTypCont() 74 a1to31Short( pHS->getID( "DayShort" ), RSC_NOTYPE ), in RscTypCont() 78 aIdLong( pHS->getID( "IDLONG" ), RSC_NOTYPE ), in RscTypCont() 79 aString( pHS->getID( "Chars" ), RSC_NOTYPE ), in RscTypCont() 80 aStringLiteral( pHS->getID( "Chars" ), RSC_NOTYPE ), in RscTypCont() [all …]
|
H A D | rscibas.cxx | 188 if( ! rNames.Get( nResult = pHS->getID( pLang ), &aStruct ) ) in AddLanguage() 253 pTimeFieldFormat = new RscEnum( pHS->getID( "EnumTimeFieldFormat" ), in InitTimeFieldFormat() 274 pColor = new RscEnum( pHS->getID( "EnumColor" ), RSC_NOTYPE ); in InitColor() 307 pMapUnit = new RscEnum( pHS->getID( "EnumMapUnit" ), RSC_NOTYPE ); in InitMapUnit() 337 pKey = new RscEnum( pHS->getID( "EnumKey" ), RSC_NOTYPE ); in InitKey() 503 pMessDefButton = new RscEnum( pHS->getID( "EnumMessDefButton" ), in InitMessDefButton() 530 pTupel = new RscTupel( pHS->getID( "TupelDeltaSystem" ), in InitGeometry() 571 pCont = new RscCont( pHS->getID( "Chars[]" ), RSC_NOTYPE ); in InitStringList() 588 return new RscArray( pHS->getID( "Lang_CharsList" ), in InitLangStringList() 689 return new RscArray( pHS->getID( "Lang_CharsCharsTupel" ), in InitLangStringTupelList() [all …]
|
H A D | rsckey.cxx | 144 return( Put( pHS->getID( pName ), nTyp, nValue ) ); 156 nId = pHS->getID( pName ); 167 return( Put( pHS->getID( pName ), nTyp, (long)pClass ) );
|
H A D | rscyacc.y | 204 Atom nId = pHS->getID( $2 ); 263 $$ = pTC->SearchType( pHS->getID( aTypeName.GetBuffer(), true ) ); 267 pCont = new RscCont( pHS->getID( aTypeName.GetBuffer() ), RSC_NOTYPE ); 285 RscTop * pType = pTC->SearchType( pHS->getID( $1, true ) );
|
H A D | rscyacc.cxx | 53 aInst = rInst.pClass->GetVariable( rInst, pHS->getID( pVarName ), in GetVarInst()
|
H A D | rsclex.cxx | 216 nHashId = pHS->getID( aBuf.getStr(), true ); in MakeToken()
|
/aoo4110/main/avmedia/source/java/ |
H A D | WindowAdapter.java | 194 if( java.awt.event.KeyEvent.KEY_PRESSED == aEvt.getID() ) in fireKeyEvent() 209 else if( java.awt.event.KeyEvent.KEY_RELEASED == aEvt.getID() ) in fireKeyEvent() 290 if( java.awt.event.MouseEvent.MOUSE_PRESSED == aEvt.getID() ) in fireMouseEvent() 299 else if( java.awt.event.MouseEvent.MOUSE_RELEASED == aEvt.getID() ) in fireMouseEvent() 308 else if( java.awt.event.MouseEvent.MOUSE_DRAGGED == aEvt.getID() ) in fireMouseEvent() 317 else if( java.awt.event.MouseEvent.MOUSE_MOVED == aEvt.getID() ) in fireMouseEvent() 332 if( java.awt.event.FocusEvent.FOCUS_GAINED == aEvt.getID() ) in fireFocusEvent()
|
/aoo4110/main/wizards/com/sun/star/wizards/ui/ |
H A D | XFieldSelectionListener.java | 47 public int getID(); in getID() method
|
/aoo4110/main/rsc/inc/ |
H A D | rschash.hxx | 44 Atom getID( const rtl::OString& rStr, bool bOnlyIfExists = false );
|
/aoo4110/main/forms/source/xforms/ |
H A D | submission.cxx | 128 OUString Submission::getID() const in getID() function in Submission 469 return getID(); in getName()
|
H A D | model.hxx | 220 virtual rtl::OUString SAL_CALL getID()
|
H A D | submission.hxx | 120 rtl::OUString getID() const; /// get ID for this submission
|
/aoo4110/main/rsc/source/tools/ |
H A D | rschash.cxx | 41 Atom AtomContainer::getID( const OString& rStr, bool bOnlyIfExists ) in getID() function in AtomContainer
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | eformshelper.cxx | 404 sModelName = xFormsModel->getID(); in getCurrentFormModelName() 633 sUIName = composeModelElementUIName( xModel->getID(), sElementName ); in getModelElementUIName()
|
/aoo4110/main/svtools/source/uno/ |
H A D | unogridcolumnfacade.hxx | 63 getID() const;
|
H A D | unogridcolumnfacade.cxx | 248 Any UnoGridColumnFacade::getID() const in getID() function in svt::table::UnoGridColumnFacade
|
/aoo4110/main/svtools/inc/svtools/table/ |
H A D | tablemodel.hxx | 187 getID() const = 0;
|
/aoo4110/main/wizards/com/sun/star/wizards/report/ |
H A D | GroupFieldHandler.java | 183 public int getID() in getID() method in GroupFieldHandler.FieldSelectionListener
|
/aoo4110/main/rsc/source/res/ |
H A D | rscconst.cxx | 408 : RscEnum( pHS->getID( "LangEnum" ), RSC_NOTYPE ), in RscLangEnum()
|
/aoo4110/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ |
H A D | DocumentView.java | 298 if (aEvent.getID()!=WindowEvent.WINDOW_CLOSING) in processWindowEvent()
|
/aoo4110/main/filter/source/flash/ |
H A D | swfwriter.hxx | 168 sal_uInt16 getID() const { return mnId; } in getID() function in swf::FlashFont
|
/aoo4110/main/wizards/com/sun/star/wizards/table/ |
H A D | ScenarioSelector.java | 310 public int getID() in getID() method in ScenarioSelector
|
/aoo4110/main/wizards/com/sun/star/wizards/form/ |
H A D | FormWizard.java | 390 public int getID() in getID() method in FormWizard.FieldSelectionListener
|