/trunk/main/offapi/com/sun/star/ui/ |
H A D | XUIFunctionListener.idl | 36 element will execute a function. 43 /** gets called to notify a component that a user interface element 47 a string which identifies the user interface element that wants
|
H A D | ItemStyle.idl | 61 the user interface element. 68 the user interface element. 75 the user interface element. 108 the parent user interface element.
|
/trunk/main/xmlhelp/source/cxxhelp/provider/ |
H A D | provider.cxx | 255 rtl::OUString replacedElement,element; in elementReplaced() local 257 Event.Element >>= element; in elementReplaced() 259 if(replacedElement == element) in elementReplaced() 262 m_pDatabases->changeCSS(element); in elementReplaced()
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/text/ |
H A D | NoCDATATextContentReadHandler.java | 88 final Element element = getElement(); in startParsing() local 91 copyElementType(element); in startParsing() 93 copyAttributes(attrs, element); in startParsing()
|
/trunk/main/udkapi/com/sun/star/container/ |
H A D | XIndexContainer.idl | 55 /** inserts the given element at the specified index. 57 <p>To append an element, use the index "last index +1". </p> 67 /** removes the element at the specified index.
|
H A D | XSet.idl | 56 <TRUE/> if the given element is a member of this container, 63 /** inserts the given element into this container. 71 /** removes the given element from this container.
|
H A D | XNameAccess.idl | 62 if an element under Name does not exist. 76 a sequence of all element names in this container. 85 <TRUE/> if an element with this name is in
|
/trunk/main/vcl/aqua/source/a11y/ |
H A D | aqua11ywrapperscrollarea.mm | 45 AquaA11yWrapper * element = ( AquaA11yWrapper * ) child; 46 if ( [ element isKindOfClass: [ AquaA11yWrapperScrollBar class ] ] ) { 47 AquaA11yWrapperScrollBar * scrollBar = (AquaA11yWrapperScrollBar *) element;
|
H A D | aqua11ywrappercombobox.mm | 65 AquaA11yWrapper * element = ( AquaA11yWrapper * ) child; 66 …if ( [ [ AquaA11yRoleHelper getNativeRoleFrom: [ element accessibleContext ] ] isEqualToString: NS… 67 textArea = element;
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/ |
H A D | _XChangesBatch.java | 150 private void executeChange(Object element) throws StatusException { in executeChange() argument 153 xProp.setPropertyValue(elementName, element); in executeChange() 161 xNameReplace.replaceByName(elementName, element); in executeChange()
|
H A D | _XChangesNotifier.java | 196 private boolean executeChange(Object element) throws StatusException { in executeChange() argument 199 xProp.setPropertyValue(elementName, element); in executeChange() 208 xNameReplace.replaceByName(elementName, element); in executeChange()
|
/trunk/main/offapi/com/sun/star/chart2/ |
H A D | LogicTargetModel.idl | 34 and subelements of the XML element chart2:increment in the chart2 file format.</p> 48 * each element in the sequence must implement the service com::sun::star::chart2::CoordinateSystem 53 * each element in the sequence must implement the service com::sun::star::chart2::LogicTargetModel
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | AbstractReportElementLayoutController.java | 162 final Element element = slc.getElement(); in findGroup() local 163 if (element instanceof OfficeGroupSection) in findGroup() 169 else if (!(element instanceof Group)) in findGroup()
|
H A D | FormatValueUtility.java | 214 public static DataFlags computeDataFlag(final FormattedTextElement element, in computeDataFlag() argument 220 final FormulaExpression formulaExpression = element.getValueExpression(); in computeDataFlag() 221 …final Object result = LayoutControllerUtil.evaluateExpression(flowController, element, formulaExpr… in computeDataFlag()
|
/trunk/main/offapi/com/sun/star/sdbcx/ |
H A D | XDrop.idl | 44 /** provides methods to remove an element of its container and to drop it from 52 the name of the element to be dropped 63 the position of the element to be dropped
|
/trunk/main/offapi/com/sun/star/rdf/ |
H A D | XDocumentMetadataAccess.idl | 118 /** get the unique ODF element with the given metadata reference. 122 For example: Pair("content.xml", "foo-element-1") 125 the ODF element with the given metadata references if it exists, 132 /** get the ODF element that corresponds to an URI. 135 an URI that may identify an ODF element 138 the ODF element that corresponds to the given URI, or <NULL/>
|
/trunk/main/offapi/com/sun/star/xml/crypto/ |
H A D | XXMLSignatureTemplate.idl | 44 * desired xml signature element but some of the nodes may be empty. The empty 59 * Get the target xml element, i.e. the element to be signed
|
/trunk/main/i18nutil/source/utility/ |
H A D | casefolding.cxx | 136 if( e.current >= e.element.nmap ) { in getNextChar() 137 e.element = getValue(str, idx++, len, aLocale, nMappingType); in getNextChar() 140 c = e.element.map[e.current++]; in getNextChar()
|
/trunk/main/solenv/bin/modules/installer/ |
H A D | packagelist.pm | 508 my $element; 512 foreach $element (@installer::globals::packagelistitems) 514 if ( ! exists($onepackage->{$element}) ) 516 …installer::exiter::exit_program("ERROR in package list: No value for $element !", "check_packageli…
|
/trunk/main/xmlscript/source/xmldlg_imexp/ |
H A D | xmldlg_expmodels.cxx | 39 ElementDescriptor * element, Style & style ) in readBorderProps() argument 41 if (element->readProp( &style._border, OUSTR("Border") )) { in readBorderProps() 44 if (element->readProp( &style._borderColor, OUSTR("BorderColor") )) in readBorderProps() 52 static inline bool readFontProps( ElementDescriptor * element, Style & style ) in readFontProps() argument 54 bool ret = element->readProp( in readFontProps() 56 ret |= element->readProp( in readFontProps() 58 ret |= element->readProp( in readFontProps()
|
/trunk/main/xmlsecurity/tools/standalone/csfit/ |
H A D | verifier.cxx | 209 Reference< XInterface > element = in main() local 211 OSL_ENSURE( element.is() , in main() 215 Reference< XXMLElementWrapper > xElement( element , UNO_QUERY ) ; in main()
|
H A D | signer.cxx | 225 Reference< XInterface > element = in main() local 227 OSL_ENSURE( element.is() , in main() 231 Reference< XXMLElementWrapper > xElement( element , UNO_QUERY ) ; in main()
|
/trunk/main/starmath/source/ |
H A D | symbol.src | 136 < "element" ; > ; 247 < "element" ; > ; 319 < "element" ; > ;
|
/trunk/main/xmlsecurity/tools/standalone/mscsfit/ |
H A D | verifier.cxx | 207 Reference< XInterface > element = in main() local 209 OSL_ENSURE( element.is() , in main() 213 Reference< XXMLElementWrapper > xElement( element , UNO_QUERY ) ; in main()
|
H A D | signer.cxx | 207 Reference< XInterface > element = in main() local 209 OSL_ENSURE( element.is() , in main() 213 Reference< XXMLElementWrapper > xElement( element , UNO_QUERY ) ; in main()
|