| /AOO41X/main/cli_ure/source/uno_bridge/ |
| H A D | cli_base.h | 56 static const System::String* sXInterfaceName= new System::String( 58 static const System::String* sObject= new System::String(S"System.Object"); 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"); 63 static const System::String* sArArray= new System::String(S"System.Array[]"); 64 static const System::String* sBoolean= new System::String(S"System.Boolean"); 65 static const System::String* sChar= new System::String(S"System.Char"); 66 static const System::String* sByte= new System::String(S"System.Byte"); [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");
|
| /AOO41X/main/idlc/source/ |
| H A D | parser.y | 207 AstDeclaration * inst = new AstStructInstance( in createNamedType() 520 pModule = new AstModule(*$3, pScope); 594 pForward = new AstInterface(*$1, NULL, pScope); 633 pInterface = new AstInterface( 737 $$ = new FeInheritanceHeader(NT_interface, $1, $2, 0); 803 AstAttribute * attr = new AstAttribute( 967 $$.documentation = new rtl::OUString( 990 $$.documentation = new rtl::OUString( 1024 pOp = new AstOperation($1, pType, *$4, pScope); 1171 pParam = new AstParameter( [all …]
|
| /AOO41X/main/scripting/examples/beanshell/Highlight/ |
| H A D | highlighter.bsh | 49 wv = new PropertyValue("CharWeight", -1, 50 new Float(com.sun.star.awt.FontWeight.BOLD), 54 wv = new PropertyValue("CharWeight", -1, 55 new Float(com.sun.star.awt.FontWeight.NORMAL), 60 cv = new PropertyValue("CharColor", -1, new Integer(color), 68 descriptor.setPropertyValue("SearchCaseSensitive", new Boolean(true)); 69 descriptor.setPropertyValue("SearchWords", new Boolean(true)); 71 // Replaces all instances of searchKey with new Text properties 93 myListener = new ActionListener() { 104 cRed = new Color(255, 0, 0); [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
|
| /AOO41X/main/rhino/ |
| H A D | rhino1_7R3.patch | 125 + DimIProxy action = new DimIProxy(this, IPROXY_EVAL_SCRIPT_WITH_RETURN); 153 * Creates a new DimIProxy. 202 * Creates a new SwingGui. 224 desk = new JDesktopPane(); 225 desk.setPreferredSize(new Dimension(600, 300)); 226 desk.setMinimumSize(new Dimension(150, 50)); 227 - desk.add(console = new JSInternalConsole("JavaScript Console")); 228 + // desk.add(console = new JSInternalConsole("JavaScript Console")); 229 context = new ContextWindow(this); 230 context.setPreferredSize(new Dimension(600, 120)); [all …]
|
| /AOO41X/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 …]
|
| /AOO41X/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 …]
|
| /AOO41X/main/offapi/com/sun/star/accessibility/ |
| H A D | AccessibleEventId.idl | 33 applicable and not otherwise stated, the old and new value of the 63 old and new number of actions. 71 old and new value respectively. To set a state put the state id 104 method to determine the new bounding box.</p> 108 /** A child event indicates the addition of a new or the removal of an 114 <p>If a new child has been added then 116 reference to this new object and 139 <const>CHILD</const> for every new child indicating that this 166 old and new value as a number. Its exact type is implementation 178 refrences to the old and new predecessor. Note that both references [all …]
|
| /AOO41X/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
|
| /AOO41X/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 …]
|
| /AOO41X/main/offapi/com/sun/star/ucb/ |
| 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 | 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 | 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".
|
| H A D | TransientDocumentsDocumentContent.idl | 155 (yet), every new implementation should support this interface. 193 <p>To create a new child of a TDCP Document: 197 Let the parent folder create a new content by calling 199 type to use for new folders is "application/vnd.sun.star.tdoc-folder". 200 To create a new stream, use the type string 204 Set a title for the new folder/stream. (Let the new child execute the 209 Let the new child ( not the parent! ) execute the command "insert".
|
| H A D | WebDAVFolderContent.idl | 165 (yet), every new implementation should support this interface. 206 a new child of a PCP Folder: 210 Let the parent folder create a new content by calling 212 type to use for new folders is 213 "application/vnd.sun.star.webdav-collection". To create a new DCP 217 Set a title at the new folder / document. ( Let the new child execute 222 Let the new child ( not the parent! ) execute the command "insert".
|
| /AOO41X/main/offapi/com/sun/star/configuration/backend/ |
| H A D | XLayerHandler.idl | 146 /** receives notification that a new item is started. 151 <p> The new item will be created from the default template 164 specifies attribute values to be applied to the new node. 176 <li>if the template for the new node is not found</li> 194 /** receives notification that a new item based on a particular template 210 specifies the template to use for the new node 213 specifies attribute values to be applied to the new node. 225 <li>if the template for the new node is not found</li> 297 <p> Subsequent calls describe new value(s) for the property until a 306 specifies the new attributes of the property. [all …]
|
| H A D | XUpdateHandler.idl | 165 /** receives notification that a node is started as a new item. 170 <p> The new item will be created from the default template 179 specifies the name of the new item. 182 specifies attribute values to be applied to the new node. 194 <li>if the template for the new node is not found</li> 212 /** receives notification that a node is started as a new item 227 specifies the template to use for the new node 230 specifies attribute values to be applied to the new node. 242 <li>if the template for the new node is not found</li> 323 specifies new attributes of the property. [all …]
|
| /AOO41X/main/rsc/source/parser/ |
| H A D | rscyacc.y | 132 pExp = new RscExpression( aExpType, '+', $2 ); 157 pExpr = new RscExpression( aExpType, '+', $4 ); 205 pCurClass = new RscClass( nId, lType, $5 ); 267 pCont = new RscCont( pHS->getID( aTypeName.GetBuffer() ), RSC_NOTYPE ); 951 $$.aExp.pExp = new RscExpression( aLeftExp, '-', $2 ); 966 $$.aExp.pExp = new RscExpression( $1, '+', $3 ); 977 $$.aExp.pExp = new RscExpression( $1, '-', $3 ); 988 $$.aExp.pExp = new RscExpression( $1, '*', $3 ); 996 $$.aExp.pExp = new RscExpression( $1, '/', $3 ); 1005 $$.aExp.pExp = new RscExpression( $1, '/', $3 ); [all …]
|
| /AOO41X/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.
|
| /AOO41X/main/scp2/source/writer/ |
| H A D | registryitem_writer.scp | 330 Subkey = "soffice.StarWriterDocument.6\shell\new"; 337 Subkey = "soffice.StarWriterDocument.6\shell\new\command"; 399 Subkey = "soffice.StarWriterGlobalDocument.6\shell\new"; 406 Subkey = "soffice.StarWriterGlobalDocument.6\shell\new\command"; 464 Value = "new"; 470 Subkey = "soffice.StarWriterTemplate.6\shell\new"; 477 Subkey = "soffice.StarWriterTemplate.6\shell\new\command"; 667 // new odt file extension 826 Subkey = "opendocument.WriterDocument.1\shell\new"; 833 Subkey = "opendocument.WriterDocument.1\shell\new\command"; [all …]
|
| /AOO41X/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
|
| /AOO41X/main/offapi/com/sun/star/drawing/ |
| H A D | XPresenterHelper.idl | 58 /** Create a new window as child window of the given parent window. 60 The parent window of the new window. 62 When <TRUE/> then the new window will be a system window that, 66 When <TRUE/> the new window will be visible from the start, 84 /** Create a new canvas for the given window. The new canvas is a 107 /** Create a new canvas for the given window. 111 List of requested features that the new canvas should (has to) 115 When an explicit service name is given then a new object of this
|
| /AOO41X/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];
|