/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterHelpView.cxx | 60 class LineDescriptor class 63 LineDescriptor(void); 99 ::boost::shared_ptr<vector<LineDescriptor> > mpLineDescriptors; 577 LineDescriptor::LineDescriptor (void) in LineDescriptor() function in sdext::presenter::__anonfc17ff5a0211::LineDescriptor 587 void LineDescriptor::AddPart ( in AddPart() 599 bool LineDescriptor::IsEmpty (void) const in IsEmpty() 607 void LineDescriptor::CalculateSize ( in CalculateSize() 654 vector<LineDescriptor>::const_iterator iEnd (mpLineDescriptors->end()); in Paint() 753 LineDescriptor aLineDescriptor; in FormatText() 755 mpLineDescriptors.reset(new vector<LineDescriptor>()); in FormatText() [all …]
|
/aoo4110/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
H A D | Paragraph.java | 613 LineDescriptor ld = (LineDescriptor)lineDescriptors.elementAt(i); in getParagraphData() 671 lineDescriptors.add(new LineDescriptor((short)1, (short)0)); in postProcessText() 684 … lineDescriptors.add(new LineDescriptor((short)(text.length() + 1), (short)(text.length() * 36))); in postProcessText() 701 …lineDescriptors.add(new LineDescriptor((short)(lastWhitespace + 1), (short)(lastWhitespace * 36))… in postProcessText() 707 lineDescriptors.add(new LineDescriptor((short)29, (short)(29 * 36))); in postProcessText() 825 private class LineDescriptor { class in Paragraph 831 private LineDescriptor(short chars, short space) { in LineDescriptor() method in Paragraph.LineDescriptor
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | linedescriptor.hxx | 39 struct OLineDescriptor : public ::com::sun::star::inspection::LineDescriptor 55 void assignFrom( const ::com::sun::star::inspection::LineDescriptor& _rhs ) in assignFrom() 57 ::com::sun::star::inspection::LineDescriptor::operator=( _rhs ); in assignFrom()
|
H A D | submissionhandler.cxx | 288 …LineDescriptor SAL_CALL SubmissionPropertyHandler::describePropertyLine( const ::rtl::OUString& _r… in describePropertyLine() 317 return LineDescriptor(); in describePropertyLine() 320 LineDescriptor aDescriptor; in describePropertyLine()
|
H A D | formcomponenthandler.hxx | 132 …virtual ::com::sun::star::inspection::LineDescriptor SAL_CALL describePropertyLine( const :… 216 ::com::sun::star::inspection::LineDescriptor& _out_rProperty, 250 ::com::sun::star::inspection::LineDescriptor& _out_rDescriptor,
|
H A D | formgeometryhandler.cxx | 77 using ::com::sun::star::inspection::LineDescriptor; 236 …virtual LineDescriptor SAL_CALL describePropertyLine( const ::rtl::OUString& _rProper… 453 …LineDescriptor SAL_CALL FormGeometryHandler::describePropertyLine( const ::rtl::OUString& _rProper… in describePropertyLine() 460 …LineDescriptor aLineDesc( PropertyHandler::describePropertyLine( _rPropertyName, _rxControlFactory… in describePropertyLine()
|
H A D | handlerhelper.hxx | 42 struct LineDescriptor; 62 ::com::sun::star::inspection::LineDescriptor& /* [out] */ _out_rDescriptor,
|
H A D | buttonnavigationhandler.cxx | 268 …LineDescriptor SAL_CALL ButtonNavigationHandler::describePropertyLine( const ::rtl::OUString& _rPr… in describePropertyLine() 273 LineDescriptor aReturn; in describePropertyLine()
|
H A D | propertyhandler.cxx | 205 …LineDescriptor SAL_CALL PropertyHandler::describePropertyLine( const ::rtl::OUString& _rPropertyNa… in describePropertyLine() 216 LineDescriptor aDescriptor; in describePropertyLine()
|
H A D | propertyhandler.hxx | 59 struct LineDescriptor; 122 …virtual ::com::sun::star::inspection::LineDescriptor SAL_CALL describePropertyLine( const ::rtl::O…
|
H A D | eformspropertyhandler.cxx | 418 …LineDescriptor SAL_CALL EFormsPropertyHandler::describePropertyLine( const ::rtl::OUString& _rProp… in describePropertyLine() 428 LineDescriptor aDescriptor; in describePropertyLine()
|
H A D | genericpropertyhandler.cxx | 634 …LineDescriptor SAL_CALL GenericPropertyHandler::describePropertyLine( const ::rtl::OUString& _rPro… in describePropertyLine() 648 LineDescriptor aDescriptor; in describePropertyLine()
|
H A D | xsdvalidationpropertyhandler.cxx | 301 …LineDescriptor SAL_CALL XSDValidationPropertyHandler::describePropertyLine( const ::rtl::OUString&… in describePropertyLine() 313 LineDescriptor aDescriptor; in describePropertyLine()
|
H A D | eventhandler.cxx | 126 using ::com::sun::star::inspection::LineDescriptor; 863 … LineDescriptor SAL_CALL EventHandler::describePropertyLine( const ::rtl::OUString& _rPropertyName, in describePropertyLine() 872 LineDescriptor aDescriptor; in describePropertyLine()
|
H A D | xsdvalidationpropertyhandler.hxx | 69 virtual ::com::sun::star::inspection::LineDescriptor
|
/aoo4110/main/extensions/qa/integration/extensions/ |
H A D | MethodHandler.java | 93 …public com.sun.star.inspection.LineDescriptor describePropertyLine(String _propertyName, com.sun.s… in describePropertyLine() 95 … com.sun.star.inspection.LineDescriptor descriptor = new com.sun.star.inspection.LineDescriptor(); in describePropertyLine() 97 descriptor = new LineDescriptor(); in describePropertyLine()
|
H A D | ServicesHandler.java | 127 …public com.sun.star.inspection.LineDescriptor describePropertyLine(String _propertyName, com.sun.s… in describePropertyLine() 129 … com.sun.star.inspection.LineDescriptor descriptor = new com.sun.star.inspection.LineDescriptor(); in describePropertyLine() 131 descriptor = new LineDescriptor(); in describePropertyLine()
|
/aoo4110/main/qadevOOo/runner/helper/ |
H A D | PropertyHandlerImpl.java | 26 import com.sun.star.inspection.LineDescriptor; 114 public LineDescriptor describePropertyLine( in describePropertyLine() 250 …public void describePropertyLine(String string, LineDescriptor[] lineDescriptor, XPropertyControlF… in describePropertyLine()
|
/aoo4110/main/offapi/com/sun/star/inspection/ |
H A D | XPropertyHandler.idl | 36 #include <com/sun/star/inspection/LineDescriptor.idl> 67 @see LineDescriptor 137 @see LineDescriptor 139 LineDescriptor 338 …<p>Availability of this feature is indicated by the <member>LineDescriptor::HasPrimaryButton</memb… 339 … and <member>LineDescriptor::HasSecondaryButton</member> members of a <type>LineDescriptor</type>,
|
H A D | PropertyCategoryDescriptor.idl | 33 @see LineDescriptor::Category 42 sets a programmatic category name at <member>LineDescriptor::Category</member>,
|
H A D | XObjectInspectorModel.idl | 78 …es can be sorted into different categories, described by the <member>LineDescriptor::Category</mem… 96 @see LineDescriptor::Category 177 @see LineDescriptor
|
H A D | makefile.mk | 39 LineDescriptor.idl \
|
H A D | PropertyLineElement.idl | 35 @see LineDescriptor
|
/aoo4110/main/reportdesign/source/ui/inc/ |
H A D | GeometryHandler.hxx | 101 ,::com::sun::star::inspection::LineDescriptor & out_Descriptor 108 ,::com::sun::star::inspection::LineDescriptor & out_Descriptor 267 …virtual ::com::sun::star::inspection::LineDescriptor SAL_CALL describePropertyLine(const ::rtl::OU…
|
/aoo4110/main/reportdesign/source/ui/inspection/ |
H A D | DataProviderHandler.cxx | 277 inspection::LineDescriptor SAL_CALL DataProviderHandler::describePropertyLine(const ::rtl::OUString… in describePropertyLine() 279 inspection::LineDescriptor aOut; in describePropertyLine()
|