Home
last modified time | relevance | path

Searched refs:aAttributeList (Results 1 – 8 of 8) sorted by relevance

/trunk/main/oox/source/drawingml/
H A Dtransform2dcontext.cxx47 AttributeList aAttributeList( xAttribs ); in Transform2DContext() local
48 …mrShape.setRotation( aAttributeList.getInteger( XML_rot, 0 ) ); // 60000ths of a degree Positive a… in Transform2DContext()
49 …mrShape.setFlip( aAttributeList.getBool( XML_flipH, sal_False ), aAttributeList.getBool( XML_flipV… in Transform2DContext()
/trunk/main/vcl/unx/gtk/a11y/
H A Datkeditabletext.cxx75 uno::Sequence< beans::PropertyValue > aAttributeList; in editable_text_wrapper_set_run_attributes() local
77 if( attribute_set_map_to_property_values( attribute_set, aAttributeList ) ) in editable_text_wrapper_set_run_attributes()
78 return pEditableText->setAttributes(nStartOffset, nEndOffset, aAttributeList); in editable_text_wrapper_set_run_attributes()
H A Datktextattributes.cxx1421 uno::Sequence< beans::PropertyValue > aAttributeList (g_TextAttrMapSize); in attribute_set_map_to_property_values() local
1433 … if( ! g_TextAttrMap[text_attr].toPropertyValue( aAttributeList[nIndex].Value, attribute->value) ) in attribute_set_map_to_property_values()
1436aAttributeList[nIndex].Name = rtl::OUString::createFromAscii( g_TextAttrMap[text_attr].name ); in attribute_set_map_to_property_values()
1437 aAttributeList[nIndex].State = beans::PropertyState_DIRECT_VALUE; in attribute_set_map_to_property_values()
1448 aAttributeList.realloc( nIndex ); in attribute_set_map_to_property_values()
1449 rValueList = aAttributeList; in attribute_set_map_to_property_values()
H A Datktext.cxx546 uno::Sequence< beans::PropertyValue > aAttributeList = in text_wrapper_get_run_attributes() local
549 pSet = attribute_set_new_from_property_values( aAttributeList, true, text ); in text_wrapper_get_run_attributes()
629 uno::Sequence< beans::PropertyValue > aAttributeList = in text_wrapper_get_default_attributes() local
632 pSet = attribute_set_new_from_property_values( aAttributeList, false, text ); in text_wrapper_get_default_attributes()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A Dcode.js326 var aAttributeList = document.createElement("ul");
327 aEntry.appendChild(aAttributeList);
332 aAttributeList.appendChild(aAttributeEntry);
/trunk/main/xmlsecurity/tools/demo/
H A Dperformance.cxx254 AncestorEvent( sal_Int32 nAttrNum ):aAttributeList(nAttrNum){}; in AncestorEvent()
261 aAttributeList; member
1553 (ancestorEvent->aAttributeList[i]).sName = xAttribs->getNameByIndex((short)i); in addStartAncestorEvent()
1554 (ancestorEvent->aAttributeList[i]).sValue =xAttribs->getValueByIndex((short)i); in addStartAncestorEvent()
1605 (*ii)->ouName, (*ii)->aAttributeList, xDocumentHandler); in checkAncestorStartElementEvent()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DTextView.java419 aSegment.SegmentStart, aAttributeList); in AddAttributeNodes()
447 private static String[] aAttributeList = new String[] { field in TextView
/trunk/main/toolkit/test/accessibility/
H A DAccessibleTextHandler.java318 String[] aAttributeList = new String[] { in getAttributes() local
358 PropertyValue[] aValues = xText.getCharacterAttributes(nIndex, aAttributeList); in getAttributes()

Completed in 51 milliseconds