/trunk/main/cli_ure/source/uno_bridge/ |
H A D | cli_base.h | 56 static const System::String* sXInterfaceName= new System::String( 59 static const System::String* sType= new System::String(S"System.Type"); 60 static const System::String* sUnoidl= new System::String(S"unoidl."); 61 static const System::String* sVoid= new System::String(S"System.Void"); 62 static const System::String* sAny= new System::String(S"uno.Any"); 65 static const System::String* sChar= new System::String(S"System.Char"); 66 static const System::String* sByte= new System::String(S"System.Byte"); 67 static const System::String* sInt16= new System::String(S"System.Int16"); 90 static const System::String* sBrackets= new System::String(S"[]"); 125 inline static void * operator new ( size_t nSize ) in operator new() [all …]
|
H A D | cli_proxy.h | 152 new System::String("__MethodName"); 153 static System::String* m_typeNameString = new System::String("__TypeName"); 154 static System::String* m_ArgsString = new System::String("__Args"); 156 new System::String("__CallContext"); 158 new System::String("System.Object"); 160 new System::String("__MethodSignature"); 161 static System::String* m_Equals_String = new System::String("Equals"); 163 new System::String("GetHashCode"); 164 static System::String* m_GetType_String = new System::String("GetType"); 165 static System::String* m_ToString_String = new System::String("ToString");
|
/trunk/main/idlc/source/ |
H A D | parser.y | 633 pInterface = new AstInterface( 1171 pParam = new AstParameter( 1246 $$ = new DeclList; 1495 $$ = new AstExpression($1); 1507 $$ = new AstExpression($1); 1511 $$ = new AstExpression($1); 1515 $$ = new AstExpression($1); 2272 ExprList* pList = new ExprList(); 2288 ExprList* pList = new ExprList(); 2430 $$ = new DeclList; [all …]
|
/trunk/main/scripting/examples/beanshell/Highlight/ |
H A D | highlighter.bsh | 60 cv = new PropertyValue("CharColor", -1, new Integer(color), 93 myListener = new ActionListener() { 104 cRed = new Color(255, 0, 0); 131 exitListener = new ActionListener() { 138 searchButton = new JButton("Highlight"); 141 exitButton = new JButton("Exit"); 144 buttonPanel = new JPanel(); 151 searchPanel = new JPanel(); 153 findTextBox = new JTextField(20); 154 findWhat = new JLabel("Find What: "); [all …]
|
H A D | ButtonPressHandler.bsh | 37 new Type(XButton.class), event.Source); 70 java.awt.Color cRed = new java.awt.Color(255, 0, 0); 85 PropertyValue wv = new PropertyValue("CharWeight", -1, 86 new Float(com.sun.star.awt.FontWeight.BOLD), 90 PropertyValue cv = new PropertyValue("CharColor", -1, 91 new Integer(red), 95 PropertyValue[] props = new PropertyValue[] { cv, wv }; 102 "SearchCaseSensitive", new Boolean(true)); 103 descriptor.setPropertyValue("SearchWords", new Boolean(true)); 118 // Replaces all instances of searchKey with new Text properties
|
/trunk/main/rhino/ |
H A D | rhino1_7R3.patch | 153 * Creates a new DimIProxy. 202 * Creates a new SwingGui. 224 desk = new JDesktopPane(); 229 context = new ContextWindow(this); 260 new Thread(proxy).start(); 300 + new Thread(proxy).start(); 451 new Thread(proxy).start(); 588 JPanel left = new JPanel(); 589 JToolBar t1 = new JToolBar(); 648 * Creates a new RunProxy. [all …]
|
/trunk/main/offapi/com/sun/star/sdb/ |
H A D | XColumnUpdate.idl | 67 the new column value 76 the new column value 85 the new column value 94 the new column value 103 the new column value 112 the new column value 121 the new column value 130 the new column value 139 the new column value 148 the new column value [all …]
|
/trunk/main/canvas/ |
H A D | overview.txt | 22 The new OOo Canvas Framework 25 The new OpenOffice.org canvas framework is the successor of the system 30 For migration purposes, the new canvas and VCL will be shipped with 33 interoperate, since new code, using the canvas, typically is embedded 36 must be constructable from a VCL window). Thus, essentially two new 41 The canvas framework currently consists of the following two new 42 CVS modules, /gsl/canvas and /gsl/cppcanvas. Additionally, a new 51 The new OOo slideshow engine 54 The new OpenOffice.org slideshow engine will replace the current 56 component, and it will be based on the new canvas. In its current [all …]
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XRowUpdate.idl | 71 the new column value 82 the new column value 93 the new column value 104 the new column value 115 the new column value 126 the new column value 137 the new column value 148 the new column value 159 the new column value 170 the new column value [all …]
|
/trunk/main/offapi/com/sun/star/accessibility/ |
H A D | AccessibleEventId.idl | 63 old and new number of actions. 104 method to determine the new bounding box.</p> 114 <p>If a new child has been added then 116 reference to this new object and 199 old and new controlling objects. 207 old and new number of controlled objects. 215 old and new number labeled objects. 223 old and new accessible label. 231 old and new number of members. 239 old and new accessible parent window objects. [all …]
|
/trunk/main/offapi/com/sun/star/frame/ |
H A D | XModel2.idl | 44 - establish new view controller factory methods, which will make 45 it possible to create new views for this model. 55 or it new added controller will be missing (if they was added after this 97 used to place the new created view there 99 @return the new view controller instance 105 if creation of a new view failed by other reasons 112 /** creates a new view instance classified by the specified name and arguments. 127 used to place the new created view there 129 @return the new view controller instance 135 if creation of a new view failed by other reasons
|
/trunk/main/ucb/source/inc/ |
H A D | regexpmap.tpt | 220 m_pImpl(new RegexpMapIterImpl< Val >) 227 m_pImpl(new RegexpMapIterImpl< Val >(*rOther.m_pImpl)) 365 m_pImpl(new RegexpMapImpl< Val >) 371 m_pImpl(new RegexpMapImpl< Val >(*rOther.m_pImpl)) 404 m_pImpl->m_pDefault = new Entry< Val >(aRegexp, rValue); 447 return RegexpMapIter< Val >(new RegexpMapIterImpl< Val >(m_pImpl, 457 return RegexpMapIter< Val >(new RegexpMapIterImpl< Val >( 462 return RegexpMapIter< Val >(new RegexpMapIterImpl< Val >(m_pImpl, false)); 489 return RegexpMapIter< Val >(new RegexpMapIterImpl< Val >(m_pImpl, true)); 496 return RegexpMapConstIter< Val >(new RegexpMapIterImpl< Val >(m_pImpl, [all …]
|
/trunk/main/offapi/com/sun/star/configuration/backend/ |
H A D | XLayerHandler.idl | 146 /** receives notification that a new item is started. 210 specifies the template to use for the new node 306 specifies the new attributes of the property. 368 specifies the new value of the property. 403 specifies the new value of the property. 465 specifies the name of the new property. 468 specifies the attributes of the new property. 480 specifies the type of the new property. 512 specifies the name of the new property. 515 specifies the attributes of the new property. [all …]
|
H A D | XUpdateHandler.idl | 179 specifies the name of the new item. 227 specifies the template to use for the new node 323 specifies new attributes of the property. 377 specifies the new value of the property. 417 specifies the locale that the new value applies to. 541 specifies the name of the new property. 544 specifies the attributes of the new property. 557 specifies the type of the new property. 591 specifies the name of the new property. 594 specifies the attributes of the new property. [all …]
|
/trunk/main/offapi/com/sun/star/ucb/ |
H A D | PackageFolderContent.idl | 166 (yet), every new implementation should support this interface. 207 a new child of a PCP Folder: 211 Let the parent folder create a new content by calling 213 type to use for new folders is "application/vnd.sun.star.pkg-folder". 214 To create a new PCP Stream, use the type 218 Set a title at the new folder / stream. ( Let the new child execute 223 Let the new child ( not the parent! ) execute the command "insert". 235 the URL for the new content ( last part of the path will become the 236 title of the new stream ) and to obtain a Content object for that URL
|
H A D | XInteractionSupplyAuthentication.idl | 48 /** Specifies if a new 'realm' value can be handed back. 53 /** Set a new 'realm' value to hand back. 69 /** Set a new 'user name' value to hand back. 85 /** Set a new 'password' value to hand back. 104 a new mode cannot be handed back. 109 /** Set a new mode of how long to remember the password. 129 /** Set a new 'account' value to hand back. 148 empty, a new mode cannot be handed back. 153 /** Set a new mode of how long to remember the account.
|
H A D | XContentCreator.idl | 44 /** A creator for new (persistent) contents, like file system folders. 46 <p>Creation of a new (persistent) content: 51 <li>initialize the new object (i.e. newObject.Property1 = ...) 52 <li>let the new content execute the command "insert". That command 53 commits the data and makes the new content persistent. 77 /** creates a new content of given type. 83 the new content, if operation was successful.
|
H A D | HierarchyFolderContent.idl | 153 (yet), every new implementation should support this interface. 194 a new child of a HCP Folder: 198 Let the parent folder create a new content by calling 200 type to use for new folders is "application/vnd.sun.star.hier-folder". 201 To create a new link, use the type "application/vnd.sun.star.hier-link". 204 Set a title at the new folder / link. ( Let the new child execute 210 Let the new child ( not the parent! ) execute the command "insert".
|
/trunk/main/rsc/source/parser/ |
H A D | yyrscyacc.y | 132 pExp = new RscExpression( aExpType, '+', $2 ); 157 pExpr = new RscExpression( aExpType, '+', $4 ); 205 pCurClass = new RscClass( nId, lType, $5 ); 966 $$.aExp.pExp = new RscExpression( $1, '+', $3 ); 977 $$.aExp.pExp = new RscExpression( $1, '-', $3 ); 988 $$.aExp.pExp = new RscExpression( $1, '*', $3 ); 1005 $$.aExp.pExp = new RscExpression( $1, '/', $3 ); 1016 $$.aExp.pExp = new RscExpression( $1, '&', $3 ); 1027 $$.aExp.pExp = new RscExpression( $1, '|', $3 ); 1042 $$.aExp.pExp = new RscExpression( $1, 'l', $3 ); [all …]
|
/trunk/main/scp2/source/writer/ |
H A D | registryitem_writer.scp | 330 Subkey = "soffice.StarWriterDocument.6\shell\new"; 464 Value = "new"; 470 Subkey = "soffice.StarWriterTemplate.6\shell\new"; 667 // new odt file extension 826 Subkey = "opendocument.WriterDocument.1\shell\new"; 882 // new ott file extension 953 Value = "new"; 959 Subkey = "opendocument.WriterTemplate.1\shell\new"; 991 // new odm file extension 1115 // new oth file extension [all …]
|
/trunk/main/sal/qa/ |
H A D | libs2test.txt | 68 # new 20040315 77 # new 20040324 80 # new 20040326 83 # new 20040331 88 # new 20040413 93 # new 20040420 104 # new 20041025
|
/trunk/main/offapi/com/sun/star/sheet/ |
H A D | PasteOperation.idl | 40 /** new values are used without changes. 46 /** old and new values are added. 52 /** new values are subtracted from the old values. 58 /** old and new values are multiplied. 64 /** new values are divided by the new values.
|
/trunk/main/offapi/com/sun/star/drawing/ |
H A D | XPresenterHelper.idl | 55 /** Create a new window as child window of the given parent window. 57 The parent window of the new window. 59 When <TRUE/> then the new window will be a system window that, 63 When <TRUE/> the new window will be visible from the start, 81 /** Create a new canvas for the given window. The new canvas is a 104 /** Create a new canvas for the given window. 108 List of requested features that the new canvas should (has to) 112 When an explicit service name is given then a new object of this
|
/trunk/main/extensions/source/abpilot/ |
H A D | abpresid.hrc | 45 // please adjust RID_DIALOG_END (below) when adding new dialogs 57 // please adjust RID_PAGE_END (below) when adding new tab pages 70 // please adjust RID_STRING_END (below) when adding new strings 78 // please adjust RID_ERRORBOX_END (below) when adding new error boxes 86 // please adjust RID_QUERYBOX_END (below) when adding new query boxes 94 // please adjust RID_UNTYPED_END (below) when adding new untyped resources 102 // please adjust RID_BITMAP_END (below) when adding new bitmaps
|
/trunk/main/scripting/examples/beanshell/MemoryUsage/ |
H A D | memusage.bsh | 47 "private:factory/scalc", "_blank", 4, new PropertyValue[0]); 56 new Type(com.sun.star.sheet.XSpreadsheet.class), index.getByIndex(0)); 76 rect = new Rectangle(); 90 CellRangeAddress[] addr = new CellRangeAddress[1]; 129 generator = new Random(); 130 date = new Date(); 134 bytes = new byte[len];
|