Home
last modified time | relevance | path

Searched refs:Id (Results 26 – 50 of 255) sorted by relevance

1234567891011

/trunk/main/offapi/com/sun/star/ucb/
H A DContentEvent.idl87 <td>Id of the folder the content was inserted into</td>
91 <td>Id of the folder the content was removed from</td>
95 <td>Id of the deleted content</td>
103 XContentIdentifier Id;
/trunk/main/svtools/source/edit/
H A Dtextdata.cxx317 TextHint::TextHint( sal_uLong Id ) : SfxSimpleHint( Id ) in TextHint() argument
322 TextHint::TextHint( sal_uLong Id, sal_uLong nValue ) : SfxSimpleHint( Id ) in TextHint() argument
/trunk/main/svx/inc/svx/
H A Dsvxids.hrc41 // Member-Id's
184 // Event-Id's Block 1
198 // Function-Id's
201 // Function-Id's
215 // SFX-Id's
225 // Basic IDE-Id's
273 // StarBase-Id's
288 // SD-Id's
338 // Calc-Id's
370 // Writer-Id's
[all …]
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLPropertySetImpl.cxx56 OOXMLPropertyImpl::OOXMLPropertyImpl(Id id, OOXMLValue::Pointer_t pValue, in OOXMLPropertyImpl()
745 OOXMLPropertySetEntryToString::OOXMLPropertySetEntryToString(Id nId) in OOXMLPropertySetEntryToString()
758 void OOXMLPropertySetEntryToString::attribute(Id nId, Value & rValue) in attribute()
769 OOXMLPropertySetEntryToInteger::OOXMLPropertySetEntryToInteger(Id nId) in OOXMLPropertySetEntryToInteger()
782 void OOXMLPropertySetEntryToInteger::attribute(Id nId, Value & rValue) in attribute()
H A DOOXMLDocumentImpl.cxx184 const Id & rType, in resolveFootnote()
190 Id nId; in resolveFootnote()
207 const Id & rType, in resolveEndnote()
213 Id nId; in resolveEndnote()
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx1372 HatchingLB::HatchingLB( Window* pParent, ResId Id) in HatchingLB() argument
1373 : ListBox( pParent, Id ) in HatchingLB()
1492 GradientLB::GradientLB( Window* pParent, ResId Id) in GradientLB() argument
1493 : ListBox( pParent, Id ) in GradientLB()
1612 BitmapLB::BitmapLB(Window* pParent, ResId Id) in BitmapLB() argument
1613 : ListBox(pParent, Id), in BitmapLB()
1770 : ColorListBox(pParent, Id), in FillAttrLB()
1856 LineLB::LineLB(Window* pParent, ResId Id) in LineLB() argument
1857 : ListBox(pParent, Id), in LineLB()
1979 LineEndLB::LineEndLB( Window* pParent, ResId Id ) in LineEndLB() argument
[all …]
/trunk/main/writerfilter/source/dmapper/
H A DMeasureHandler.cxx55 void MeasureHandler::lcl_attribute(Id rName, Value & rVal) in lcl_attribute()
113 if( m_nUnit == 3 || sal::static_int_cast<Id>(m_nUnit) == NS_ooxml::LN_Value_ST_TblWidth_dxa) in getMeasureValue()
126 return sal::static_int_cast<Id>(m_nUnit) == NS_ooxml::LN_Value_ST_TblWidth_auto; in isAutoWidth()
H A DFontTable.hxx76 virtual void lcl_attribute(Id Name, Value & val);
92 virtual void lcl_table(Id name,
94 virtual void lcl_substream(Id name,
H A DGraphicImport.hxx98 virtual void lcl_attribute(Id Name, Value & val);
114 virtual void lcl_table(Id name,
116 virtual void lcl_substream(Id name,
H A DFontTable.cxx64 void FontTable::lcl_attribute(Id Name, Value & val) in lcl_attribute()
629 void FontTable::lcl_table(Id, writerfilter::Reference<Table>::Pointer_t) in lcl_table() argument
635 void FontTable::lcl_substream(Id, ::writerfilter::Reference<Stream>::Pointer_t) in lcl_substream() argument
H A DThemeTable.hxx46 const ::rtl::OUString getFontNameForTheme(const Id id) const;
50 virtual void lcl_attribute(Id Name, Value & val);
H A DGraphicHelpers.hxx47 virtual void lcl_attribute( Id aName, Value& rVal );
64 virtual void lcl_attribute( Id aName, Value& rVal );
/trunk/main/writerfilter/source/resourcemodel/
H A Dresourcemodel.hxx44 virtual void table(Id name,
50 virtual void substream(Id name, writerfilter::Reference<Stream>::Pointer_t ref);
70 virtual void attribute(Id name, Value & val);
H A DWW8Analyzer.cxx44 void WW8Analyzer::attribute(Id name, Value & val) in attribute()
149 void WW8Analyzer::table(Id /*id*/, writerfilter::Reference<Table>::Pointer_t ref) in table() argument
154 void WW8Analyzer::substream(Id /*name*/, in substream() argument
H A DProtocol.cxx115 void StreamProtocol::table(Id name, in table()
124 void StreamProtocol::substream(Id name, in substream()
167 void PropertiesProtocol::attribute(Id name, Value & val) in attribute()
H A DLoggedResources.cxx217 void LoggedStream::table(Id name, writerfilter::Reference<Table>::Pointer_t ref) in table()
231 void LoggedStream::substream(Id name, writerfilter::Reference<Stream>::Pointer_t ref) in substream()
269 void LoggedProperties::attribute(Id name, Value & val) in attribute()
/trunk/main/writerfilter/inc/resourcemodel/
H A DProtocol.hxx54 virtual void table(Id name,
56 virtual void substream(Id name,
74 virtual void attribute(Id name, Value & val);
H A DQNameToString.hxx40 typedef map < Id, string > Map;
58 string operator()(Id qName);
/trunk/main/writerfilter/inc/dmapper/
H A DDomainMapper.hxx126 virtual void lcl_table(Id name,
128 virtual void lcl_substream(Id name,
133 virtual void lcl_attribute(Id Name, Value & val);
/trunk/main/idlc/test/
H A Dstruct.idl34 typedef sequence< long > Id;
45 Id Id;
/trunk/main/autodoc/source/parser_i/idl/
H A Dpe_servi.cxx92 switch ( i_rToken.Id() ) in Process_MetaType()
149 switch (i_rToken.Id()) in Process_Punctuation()
245 if (i_rToken.Id() == TokStereotype::ste_optional) in Process_Stereotype()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DStateMachine.java111 aNamespaceDescriptor.Id, in ProcessStartElement()
118 aNamespaceDescriptor.Id, in ProcessStartElement()
128 aNamespaceDescriptor.Id, in ProcessStartElement()
/trunk/main/svx/source/engine3d/
H A Dpolysc3d.cxx43 #define ITEMVALUE(ItemSet,Id,Cast) ((const Cast&)(ItemSet).Get(Id)).GetValue() argument
/trunk/main/autodoc/inc/ary/
H A Dentity.hxx48 Rid Id() const;
62 Entity::Id() const in Id() function in ary::Entity
/trunk/main/cui/source/options/
H A Doptchart.hxx46 ChartColorLB( Window* pParent, ResId Id ) : ColorLB( pParent, Id ) {} in ChartColorLB() argument

Completed in 120 milliseconds

1234567891011