Home
last modified time | relevance | path

Searched refs:LineDescriptor (Results 1 – 25 of 42) sorted by relevance

12

/trunk/main/sdext/source/presenter/
H A DPresenterHelpView.cxx60 class LineDescriptor class
63 LineDescriptor(void);
99 ::boost::shared_ptr<vector<LineDescriptor> > mpLineDescriptors;
577 LineDescriptor::LineDescriptor (void) in LineDescriptor() function in sdext::presenter::__anone6988fc90211::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 …]
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DParagraph.java613 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
/trunk/main/extensions/qa/integration/extensions/
H A DMethodHandler.java93 …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 DServicesHandler.java127 …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()
/trunk/main/extensions/source/propctrlr/
H A Dlinedescriptor.hxx39 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 Dsubmissionhandler.cxx288LineDescriptor SAL_CALL SubmissionPropertyHandler::describePropertyLine( const ::rtl::OUString& _r… in describePropertyLine()
317 return LineDescriptor(); in describePropertyLine()
320 LineDescriptor aDescriptor; in describePropertyLine()
H A Dformgeometryhandler.cxx77 using ::com::sun::star::inspection::LineDescriptor;
236 …virtual LineDescriptor SAL_CALL describePropertyLine( const ::rtl::OUString& _rProper…
453LineDescriptor SAL_CALL FormGeometryHandler::describePropertyLine( const ::rtl::OUString& _rProper… in describePropertyLine()
460LineDescriptor aLineDesc( PropertyHandler::describePropertyLine( _rPropertyName, _rxControlFactory… in describePropertyLine()
H A Dformcomponenthandler.hxx132 …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 Dhandlerhelper.hxx42 struct LineDescriptor;
62 ::com::sun::star::inspection::LineDescriptor& /* [out] */ _out_rDescriptor,
H A Dbuttonnavigationhandler.cxx268LineDescriptor SAL_CALL ButtonNavigationHandler::describePropertyLine( const ::rtl::OUString& _rPr… in describePropertyLine()
273 LineDescriptor aReturn; in describePropertyLine()
H A Dpropertyhandler.cxx205LineDescriptor SAL_CALL PropertyHandler::describePropertyLine( const ::rtl::OUString& _rPropertyNa… in describePropertyLine()
216 LineDescriptor aDescriptor; in describePropertyLine()
H A Deformspropertyhandler.cxx418LineDescriptor SAL_CALL EFormsPropertyHandler::describePropertyLine( const ::rtl::OUString& _rProp… in describePropertyLine()
428 LineDescriptor aDescriptor; in describePropertyLine()
H A Dpropertyhandler.hxx59 struct LineDescriptor;
122 …virtual ::com::sun::star::inspection::LineDescriptor SAL_CALL describePropertyLine( const ::rtl::O…
H A Deventhandler.cxx126 using ::com::sun::star::inspection::LineDescriptor;
863LineDescriptor SAL_CALL EventHandler::describePropertyLine( const ::rtl::OUString& _rPropertyName, in describePropertyLine()
872 LineDescriptor aDescriptor; in describePropertyLine()
H A Dgenericpropertyhandler.cxx634LineDescriptor SAL_CALL GenericPropertyHandler::describePropertyLine( const ::rtl::OUString& _rPro… in describePropertyLine()
648 LineDescriptor aDescriptor; in describePropertyLine()
H A Dxsdvalidationpropertyhandler.cxx301LineDescriptor SAL_CALL XSDValidationPropertyHandler::describePropertyLine( const ::rtl::OUString&… in describePropertyLine()
313 LineDescriptor aDescriptor; in describePropertyLine()
H A Dxsdvalidationpropertyhandler.hxx69 virtual ::com::sun::star::inspection::LineDescriptor
H A Dbuttonnavigationhandler.hxx73 virtual ::com::sun::star::inspection::LineDescriptor
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DPropertyHandlerImpl.java26 import com.sun.star.inspection.LineDescriptor;
114 public LineDescriptor describePropertyLine( in describePropertyLine()
250 …public void describePropertyLine(String string, LineDescriptor[] lineDescriptor, XPropertyControlF… in describePropertyLine()
/trunk/main/offapi/com/sun/star/inspection/
H A DXPropertyHandler.idl36 #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 DPropertyCategoryDescriptor.idl33 @see LineDescriptor::Category
42 sets a programmatic category name at <member>LineDescriptor::Category</member>,
H A DXObjectInspectorModel.idl78 …es can be sorted into different categories, described by the <member>LineDescriptor::Category</mem…
96 @see LineDescriptor::Category
177 @see LineDescriptor
H A DPropertyLineElement.idl35 @see LineDescriptor
/trunk/main/reportdesign/source/ui/inc/
H A DGeometryHandler.hxx101 ,::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…
/trunk/main/reportdesign/source/ui/inspection/
H A DDataProviderHandler.cxx277 inspection::LineDescriptor SAL_CALL DataProviderHandler::describePropertyLine(const ::rtl::OUString… in describePropertyLine()
279 inspection::LineDescriptor aOut; in describePropertyLine()

Completed in 143 milliseconds

12