Home
last modified time | relevance | path

Searched refs:FRAME (Results 51 – 75 of 85) sorted by relevance

1234

/aoo4110/main/toolkit/test/accessibility/tools/
H A DNameProvider.java222 maRoleMap.put (new Integer (AccessibleRole.FRAME), "FRAME"); in maRoleMap.put() argument
/aoo4110/main/odk/examples/DevelopersGuide/Accessibility/
H A DNameProvider.java221 maRoleMap.put (new Integer (AccessibleRole.FRAME), "FRAME"); in maRoleMap.put() argument
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DNameProvider.java226 maRoleMap.put (new Integer (AccessibleRole.FRAME), "FRAME"); in maRoleMap.put() argument
/aoo4110/main/sw/source/core/layout/
H A Danchoredobject.cxx368 ( ( ( eVertRelOrient == text::RelOrientation::FRAME ) || in _CheckCharRect()
H A Datrfrm.cxx127 sal_Int16 nRet = text::RelOrientation::FRAME; in lcl_RelToINT()
147 sal_Int16 eRet = text::RelOrientation::FRAME; in lcl_IntToRelation()
/aoo4110/main/sw/source/filter/ww8/
H A Dww8par4.cxx295 … pTempSet->Put( SwFmtVertOrient( 0, text::VertOrientation::TOP, text::RelOrientation::FRAME )); in ImportOle()
H A Dww8graf.cxx2348 text::RelOrientation::FRAME, // 2 is relative to column in ProcessEscherAlign()
2359 text::RelOrientation::FRAME, // 2 is relative to paragraph in ProcessEscherAlign()
2409 … ( eHoriRel == text::RelOrientation::FRAME || eHoriRel == text::RelOrientation::CHAR ) && in ProcessEscherAlign()
H A Dwrtww8.cxx2223 text::RelOrientation::FRAME == rHori.GetRelationOrient()) in TableOrientation()
2226 text::RelOrientation::FRAME == rVert.GetRelationOrient()) in TableOrientation()
2329 text::RelOrientation::FRAME == rHori.GetRelationOrient()) in TableDefinition()
2332 text::RelOrientation::FRAME == rVert.GetRelationOrient()) in TableDefinition()
H A Dww8graf2.cxx662 if( text::RelOrientation::FRAME == rHori.GetRelationOrient() ) in ImportGraf()
H A Dwrtw8nds.cxx2463 text::RelOrientation::FRAME == rHori.GetRelationOrient())
2466 text::RelOrientation::FRAME == rVert.GetRelationOrient())
H A Dww8par6.cxx2023 eVRel = text::RelOrientation::FRAME; in WW8SwFlyPara()
2079 eHRel = text::RelOrientation::FRAME; in WW8SwFlyPara()
2308 Put(SwFmtVertOrient(0, text::VertOrientation::TOP, text::RelOrientation::FRAME)); in Init()
/aoo4110/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DAccessibleObjectFactory.java505 } else if (role == AccessibleRole.FRAME) { in getTopWindow()
/aoo4110/main/sw/source/core/frmedt/
H A Dfefly1.cxx1967 …Set.Put( SwFmtHoriOrient( aRelPos.X(), text::HoriOrientation::NONE, text::RelOrientation::FRAME )); in ReplaceSdrObj()
1970 …Set.Put( SwFmtVertOrient( aRelPos.Y(), text::VertOrientation::NONE, text::RelOrientation::FRAME )); in ReplaceSdrObj()
/aoo4110/main/sw/source/core/objectpositioning/
H A Dtocntntanchoredobjectposition.cxx356 if ( ( aVert.GetRelationOrient() == text::RelOrientation::FRAME || in CalcPosition()
H A Danchoredobjectposition.cxx222 case text::RelOrientation::FRAME: in _GetVertAlignmentValues()
/aoo4110/main/xmloff/source/forms/
H A Delementimport.cxx711 …case OControlElement::FRAME: pServiceName = "com.sun.star.form.component.GroupBox"; br… in determineDefaultServiceName()
2209 case OControlElement::FRAME: in implCreateChildContext()
/aoo4110/main/xmloff/source/transform/
H A DOasis2OOo.cxx264 ENTRY0( DRAW, FRAME, XML_ETACTION_FRAME ),
439 ENTRY0( FORM, FRAME, XML_ETACTION_FORM_CONTROL ),
/aoo4110/main/sw/source/core/doc/
H A Ddocfly.cxx786 … SwFmtVertOrient( 0, text::VertOrientation::CENTER, text::RelOrientation::FRAME ), *pContact->GetF… in ChgAnchor()
/aoo4110/main/filter/source/msfilter/
H A Dmsocximex.cxx523 const sal_uInt16 FRAME = (sal_uInt16)0x0E; variable
791 case FRAME: in instance()
3513 case FRAME: //Frame in createFromContainerRecord()
3586 if ( rec.nTypeIdent == FRAME || in ProcessControl()
/aoo4110/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx1116 m_vAnchor(text::RelOrientation::FRAME), in ParagraphProperties()
H A DDomainMapper.cxx1956 nIntValue = text::RelOrientation::FRAME; break; in lcl_attribute()
1968 nIntValue = text::RelOrientation::FRAME; break; in lcl_attribute()
/aoo4110/main/sw/source/core/unocore/
H A Dunodraw.cxx165 … pHOrient = new SwFmtHoriOrient( 0, text::HoriOrientation::NONE, text::RelOrientation::FRAME ); in GetHOrient()
174 … pVOrient = new SwFmtVertOrient( 0, text::VertOrientation::NONE, text::RelOrientation::FRAME ); in GetVOrient()
/aoo4110/main/sw/source/filter/html/
H A Dhtmlplug.cxx460 … aFrmSet.Put( SwFmtHoriOrient( 0, text::HoriOrientation::LEFT, text::RelOrientation::FRAME) ); in InsertEmbed()
/aoo4110/main/solenv/doc/gbuild/
H A Ddoxygen.cfg961 # If the tag value is set to FRAME, a side panel will be generated
969 # ALL, which combines the behavior of FRAME and HIERARCHIES; and NONE, which
971 # releases of Doxygen, the values YES and NO are equivalent to FRAME and NONE
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java686 …l(OfficeNamespaces.DRAWING_NS, namespace) && ObjectUtilities.equal(OfficeToken.FRAME, elementType)) in startOther()

Completed in 328 milliseconds

1234