Home
last modified time | relevance | path

Searched refs:GetAttributes (Results 1 – 25 of 80) sorted by relevance

1234

/trunk/main/sd/source/ui/view/
H A Ddrviewsf.cxx318 mpDrawView->GetAttributes( aAttrs ); in GetAttrState()
335 mpDrawView->GetAttributes( aAttrs ); in GetAttrState()
352 mpDrawView->GetAttributes( aAttrs ); in GetAttrState()
369 mpDrawView->GetAttributes( aAttrs ); in GetAttrState()
386 mpDrawView->GetAttributes( aAttrs ); in GetAttrState()
397 mpDrawView->GetAttributes( aAttrs ); in GetAttrState()
407 mpDrawView->GetAttributes( aAttrs ); in GetAttrState()
450 mpDrawView->GetAttributes( aAttrs ); in GetAttrState()
587 mpDrawView->GetAttributes( aEditAttr ); in GetAttrState()
704 mpDrawView->GetAttributes( *pSet ); in GetAttrState()
H A Ddrtxtob.cxx160 mpView->GetAttributes( aCharAttrSet ); in GetCharState()
194 mpView->GetAttributes( aAttrSet ); in GetAttrState()
H A Ddrtxtob1.cxx201 mpView->GetAttributes( aEditAttr ); in Execute()
364 mpView->GetAttributes( aEditAttr ); in Execute()
/trunk/main/ooxml/source/framework/JavaPartManager/src/org/apache/openoffice/ooxml/framework/part/
H A DContentTypes.java105 aContext.GetAttributes().GetRawAttributeValue("A_Extension"), in ContentTypes()
106 aContext.GetAttributes().GetRawAttributeValue("A_ContentType")); in ContentTypes()
122 aContext.GetAttributes().GetRawAttributeValue("A_PartName"), in ContentTypes()
123 aContext.GetAttributes().GetRawAttributeValue("A_ContentType")); in ContentTypes()
H A DRelatedParts.java66 final String sId = aContext.GetAttributes().GetRawAttributeValue("A_Id"); in RelatedParts()
67 … final String sType = aContext.GetAttributes().GetRawAttributeValue("A_Type"); in RelatedParts()
68 … final String sTarget = aContext.GetAttributes().GetRawAttributeValue("A_Target"); in RelatedParts()
69 … String sTargetMode = aContext.GetAttributes().GetRawAttributeValue("A_TargetMode"); in RelatedParts()
/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaDataResultSetMetaData.cxx122 return (aField.GetAttributes() & adFldFixed) == adFldFixed; in isCurrency()
138 return (aField.GetAttributes() & adFldNegativeScale) == adFldNegativeScale; in isSigned()
181 return (aField.GetAttributes() & adFldIsNullable) == adFldIsNullable; in isNullable()
215 return (aField.GetAttributes() & adFldUpdatable) == adFldUpdatable; in isDefinitelyWritable()
H A DAResultSetMetaData.cxx154 …return ((aField.GetAttributes() & adFldFixed) == adFldFixed) && (aField.GetADOType() == adCurrency… in isCurrency()
219 return (aField.GetAttributes() & adFldIsNullable) == adFldIsNullable; in isNullable()
247 return (aField.GetAttributes() & adFldUpdatable) == adFldUpdatable; in isDefinitelyWritable()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrtxtob.cxx478 pView->GetAttributes( aAttrs ); in GetState()
597 pView->GetAttributes(aViewAttr); in ExecuteToggle()
711 pView->GetAttributes(aEditAttr); in ExecuteAttr()
941 pView->GetAttributes(aEditAttr); in ExecuteAttr()
958 pView->GetAttributes(aEditAttr); in ExecuteAttr()
1033 pView->GetAttributes(aAttrSet); in GetAttrState()
1262 pView->GetAttributes(aEditAttr); in GetStatePropPanelAttr()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DOOXMLParser.java160 if (aContext.GetAttributes().GetAttributeCount() == 0) in AddSomeActions()
163 … for (final Entry<String,String> aAttribute : aContext.GetAttributes().GetAttributes()) in AddSomeActions()
H A DElementContext.java64 public AttributeValues GetAttributes () in GetAttributes() method in ElementContext
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtsh.cxx352 pDrView->GetAttributes( rSet ); in GetFormTextState()
541 pSdrView->GetAttributes( aNewAttr ); in ExecDraw()
577 pSdrView->GetAttributes( aNewAttr ); in ExecDraw()
915 pSdrView->GetAttributes( aAttrs ); in GetStatePropPanelAttr()
H A Ddrawdlg.cxx68 pView->GetAttributes( aNewAttr ); in ExecDrawDlg()
267 pSdrView->GetAttributes( rSet ); in GetDrawAttrState()
/trunk/main/connectivity/source/inc/ado/
H A DAwrapado.hxx248 sal_Int32 GetAttributes() const ;
298 sal_Int32 GetAttributes() const ;
384 sal_Int32 GetAttributes() const ;
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/
H A DAttributeIterator.java71 for (final INode aAttribute : aType.GetAttributes()) in CollectAttributes()
85 for (final INode aGroupAttribute : aAttributeGroup.GetAttributes()) in CollectAttributes()
H A DAttributeNodeIterator.java71 for (final INode aAttribute : aType.GetAttributes()) in CollectAttributes()
87 for (final INode aGroupAttribute : aAttributeGroup.GetAttributes()) in CollectAttributes()
/trunk/main/chart2/source/controller/main/
H A DShapeController.cxx395 pDrawViewWrapper->GetAttributes( aAttr ); in executeDispatch_TransformDialog()
561 pDrawViewWrapper->GetAttributes( aAttr ); in executeDispatch_FontDialog()
584 pDrawViewWrapper->GetAttributes( aAttr ); in executeDispatch_ParagraphDialog()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DLogGenerator.java215 for (final INode aAttribute : ((ComplexType)aType).GetAttributes()) in WriteType()
298 return ((ComplexType)aType).GetAttributes().iterator().hasNext(); in HasChild()
H A DParserTablesGenerator.java125 for (final Attribute aAttribute : aAutomaton.GetAttributes()) in SetupNameList()
272 aAutomaton.GetAttributes()); in WriteAutomatonList()
/trunk/main/sd/source/ui/func/
H A Dfubullet.cxx189 mpView->GetAttributes( aFontAttr ); in InsertSpecialCharacter()
202 mpView->GetAttributes( aFontAttr ); in InsertSpecialCharacter()
H A Dfuolbull.cxx92 mpView->GetAttributes( aEditAttr ); in DoExecute()
175 mpView->GetAttributes( aEditAttr ); in SetCurrentBulletsNumbering()
H A Dfutempl.cxx621 mpView->GetAttributes( aCoreSet, sal_True ); in DoExecute()
666 mpView->GetAttributes( aCoreSet ); in DoExecute()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/
H A DINode.java36 Iterable<INode> GetAttributes (); in GetAttributes() method
/trunk/main/svx/source/svdraw/
H A Dselectioncontroller.cxx70 bool SelectionController::GetAttributes(SfxItemSet& /*rTargetSet*/, bool /*bOnlyHardAttr*/) const in GetAttributes() function in sdr::SelectionController
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/attribute/
H A DAttributeValues.java57 public Iterable<Entry<String,String>> GetAttributes () in GetAttributes() method in AttributeValues
/trunk/main/svx/inc/svx/
H A Dselectioncontroller.hxx60 virtual bool GetAttributes(SfxItemSet& rTargetSet, bool bOnlyHardAttr) const;

Completed in 133 milliseconds

1234