Home
last modified time | relevance | path

Searched refs:FRAME (Results 1 – 25 of 86) sorted by relevance

1234

/trunk/main/sd/source/ui/dlg/
H A Ddocprev.cxx56 const int SdDocPreviewWin::FRAME = 4; member in SdDocPreviewWin
94 long nWidth = rSize.Width() - 2*FRAME; in CalcSizeAndPos()
95 long nHeight = rSize.Height() - 2*FRAME; in CalcSizeAndPos()
118 Point bPoint(aSize.Width()-2*FRAME, aSize.Height()-2*FRAME ); in ImpPaint()
121 aPoint += Point( FRAME, FRAME ); in ImpPaint()
/trunk/main/sfx2/source/doc/
H A Dnew.cxx121 #define FRAME 4 in ImpPaint() macro
122 long nWidth = pWindow->GetOutputSize().Width() - 2*FRAME; in ImpPaint()
123 long nHeight = pWindow->GetOutputSize().Height() - 2*FRAME; in ImpPaint()
154 pWindow->DrawRect( Rectangle( aPoint + Point( FRAME, FRAME ), bPoint + Point( FRAME, FRAME ) ) ); in ImpPaint()
159 pFile->Play( pWindow, aPoint + Point( FRAME, FRAME ), aSize ); in ImpPaint()
/trunk/main/svx/source/dialog/
H A Dswframeexample.cxx51 nHRel (RelOrientation::FRAME), in SvxSwFrameExample()
241 case RelOrientation::FRAME: in CalcBoundRect_Impl()
272 case RelOrientation::FRAME: in CalcBoundRect_Impl()
285 case RelOrientation::FRAME: in CalcBoundRect_Impl()
310 case RelOrientation::FRAME: in CalcBoundRect_Impl()
329 case RelOrientation::FRAME: in CalcBoundRect_Impl()
377 case RelOrientation::FRAME: in CalcBoundRect_Impl()
/trunk/main/sd/res/webview/
H A Dedit.pl8 …<FRAME SRC="$$3show.pl" NAME="frame1" SCROLLING=yes RESIZE MARGINWIDTH=0 MARGINHEIGHT=0 FRAMEBORD…
9 …<FRAME SRC="$$3editpic.pl" NAME="frame3" SCROLLING=yes RESIZE MARGINWIDTH=0 MARGINHEIGHT=0 FRAMEBO…
10 …<FRAME SRC="$$3poll.pl" NAME="frame2" SCROLLING=no NORESIZE MARGINWIDTH=0 MARGINHEIGHT=0 FRAMEBORD…
H A Dwebview.asp38 …<FRAME SRC="./show.asp" NAME="frame1" SCROLLING=yes RESIZE MARGINWIDTH=0 MARGINHEIGHT=0 FRAMEBORD…
39 …<FRAME SRC="./poll.asp" NAME="frame2" SCROLLING=no NORESIZE MARGINWIDTH=0 MARGINHEIGHT=0 FRAMEBORD…
/trunk/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx101 {SwFPos::FRAME, SwFPos::FRAME, LB_FRAME, RelOrientation::FRAME},
116 …:REL_BORDER, SwFPos::REL_BORDER, LB_VERT_FRAME, RelOrientation::FRAME},
120 …_REL_PG_FRAME, SwFPos::FLY_REL_PG_FRAME, LB_FLY_VERT_FRAME, RelOrientation::FRAME},
129 {SwFPos::REL_BASE, SwFPos::REL_BASE, LB_REL_BASE, RelOrientation::FRAME},
130 {SwFPos::REL_CHAR, SwFPos::REL_CHAR, LB_REL_CHAR, RelOrientation::FRAME},
131 {SwFPos::REL_ROW, SwFPos::REL_ROW, LB_REL_ROW, RelOrientation::FRAME}
571 m_nOldHRel(RelOrientation::FRAME), in SvxSwPosSizeTabPage()
1306 if(RelOrientation::FRAME == nRel) in IMPL_LINK()
1765 … case RelOrientation::FRAME: nRel = RelOrientation::PAGE_FRAME; break; in FillRelLB()
1771 … case RelOrientation::PAGE_FRAME: nRel = RelOrientation::FRAME; break; in FillRelLB()
/trunk/main/xmloff/source/text/
H A Dtxtprhdl.cxx103 { XML_PARAGRAPH, RelOrientation::FRAME },
112 { XML_FRAME, RelOrientation::FRAME }, // import only
121 { XML_FRAME, RelOrientation::FRAME },
178 { XML_PARAGRAPH, RelOrientation::FRAME },
184 { XML_FRAME, RelOrientation::FRAME }, // import only
193 { XML_PAGE, RelOrientation::FRAME },
202 { XML_FRAME, RelOrientation::FRAME },
/trunk/main/writerfilter/source/dmapper/
H A DGraphicHelpers.cxx46 m_nRelation = text::RelOrientation::FRAME; in PositionHandler()
74 text::RelOrientation::FRAME, in lcl_attribute()
100 text::RelOrientation::FRAME, in lcl_attribute()
H A DGraphicImport.cxx283 ,nHoriRelation( text::RelOrientation::FRAME ) in GraphicImport_Impl()
286 ,nVertRelation( text::RelOrientation::FRAME ) in GraphicImport_Impl()
839 case 2: m_pImpl->nHoriRelation = text::RelOrientation::FRAME; break; in lcl_attribute()
852 case 2: m_pImpl->nVertRelation = text::RelOrientation::FRAME; break; in lcl_attribute()
1593 m_pImpl->nHoriRelation == text::RelOrientation::FRAME) ) || in createGraphicObject()
1599 m_pImpl->nHoriRelation == text::RelOrientation::FRAME) ) || in createGraphicObject()
/trunk/main/offapi/com/sun/star/text/
H A DRelOrientation.idl40 // DocMerge from idl: value com::sun::star::text::RelOrientation::FRAME
43 const short FRAME = 0;
91 <const>RelOrientation::FRAME</const>
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx143 {SwFPos::FRAME, SwFPos::FRAME, LB_FRAME, text::RelOrientation::FRAME},
158 …ORDER, SwFPos::REL_BORDER, LB_VERT_FRAME, text::RelOrientation::FRAME},
162 …EL_PG_FRAME, SwFPos::FLY_REL_PG_FRAME, LB_FLY_VERT_FRAME, text::RelOrientation::FRAME},
171 {SwFPos::REL_BASE, SwFPos::REL_BASE, LB_REL_BASE, text::RelOrientation::FRAME},
172 {SwFPos::REL_CHAR, SwFPos::REL_CHAR, LB_REL_CHAR, text::RelOrientation::FRAME},
173 {SwFPos::REL_ROW, SwFPos::REL_ROW, LB_REL_ROW, text::RelOrientation::FRAME}
719 nOldHRel(text::RelOrientation::FRAME), in SwFrmPage()
1532 … case text::RelOrientation::FRAME: _nRel = text::RelOrientation::PAGE_FRAME; break; in FillRelLB()
1998 if(text::RelOrientation::FRAME == nRel) in IMPL_LINK()
2304 if (nOldHRel == text::RelOrientation::FRAME) in Init()
[all …]
/trunk/main/sw/source/filter/ww1/
H A Dw1sprm.cxx588 eVRel = text::RelOrientation::FRAME; in Start()
600 eHRel = text::RelOrientation::FRAME; in Start()
620 sal_Int16 eHRel = text::RelOrientation::FRAME; in Start()
640 sal_Int16 eVRel = text::RelOrientation::FRAME; in Start()
/trunk/main/sw/source/core/doc/
H A Dpoolfmt.cxx1326 … aSet.Put( SwFmtHoriOrient( 0, text::HoriOrientation::CENTER, text::RelOrientation::FRAME )); in GetFmtFromPool()
1327 … aSet.Put( SwFmtVertOrient( 0, text::VertOrientation::TOP, text::RelOrientation::FRAME )); in GetFmtFromPool()
1334 … aSet.Put( SwFmtVertOrient( 0, text::VertOrientation::CHAR_CENTER, text::RelOrientation::FRAME ) ); in GetFmtFromPool()
1341 … aSet.Put( SwFmtHoriOrient( 0, text::HoriOrientation::LEFT, text::RelOrientation::FRAME )); in GetFmtFromPool()
1342 … aSet.Put( SwFmtVertOrient( 0, text::VertOrientation::TOP, text::RelOrientation::FRAME )); in GetFmtFromPool()
1354 … aSet.Put( SwFmtHoriOrient( 0, text::HoriOrientation::CENTER, text::RelOrientation::FRAME )); in GetFmtFromPool()
1355 … aSet.Put( SwFmtVertOrient( 0, text::VertOrientation::CENTER, text::RelOrientation::FRAME )); in GetFmtFromPool()
1364 … aSet.Put( SwFmtVertOrient( 0, text::VertOrientation::TOP, text::RelOrientation::FRAME ) ); in GetFmtFromPool()
/trunk/main/toolkit/source/awt/
H A Dvclxaccessiblecomponent.cxx294 ( getAccessibleRole() == accessibility::AccessibleRole::FRAME || in ProcessWindowEvent()
305 if ( getAccessibleRole() == accessibility::AccessibleRole::FRAME || in ProcessWindowEvent()
498 ( getAccessibleRole() == accessibility::AccessibleRole::FRAME || in FillAccessibleStateSet()
523 …if( ( getAccessibleRole() == accessibility::AccessibleRole::FRAME ||getAccessibleRole() == accessi… in FillAccessibleStateSet()
/trunk/main/sw/source/filter/html/
H A Dhtmlgrin.cxx205 sal_Int16 eVertRel = text::RelOrientation::FRAME; in SetAnchorAndAdjustment()
220 eHoriRel = nLeftSpace ? text::RelOrientation::PRINT_AREA : text::RelOrientation::FRAME; in SetAnchorAndAdjustment()
224 eHoriRel = nRightSpace ? text::RelOrientation::PRINT_AREA : text::RelOrientation::FRAME; in SetAnchorAndAdjustment()
228 eHoriRel = text::RelOrientation::FRAME; in SetAnchorAndAdjustment()
232 eHoriRel = text::RelOrientation::FRAME; in SetAnchorAndAdjustment()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DToolkitNode.java79 …if ((role == AccessibleRole.FRAME) || (role == AccessibleRole.DIALOG) || (role == AccessibleRole.W… in getTopWindowNode()
90 …if ((role == AccessibleRole.FRAME) || (role == AccessibleRole.DIALOG) || (role == AccessibleRole.W… in getTopWindowNode()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DAccessBridge.java86 case AccessibleRole.FRAME: in getTopWindow()
113 case AccessibleRole.FRAME: in removeTopWindow()
/trunk/main/sw/source/core/frmedt/
H A Dfews.cxx1195 case text::RelOrientation::FRAME: in CalcBoundRect()
1208 case text::RelOrientation::FRAME: in CalcBoundRect()
1247 case text::RelOrientation::FRAME: in CalcBoundRect()
1275 case text::RelOrientation::FRAME: in CalcBoundRect()
H A Dfecopy.cxx415 …etFmtAttr( SwFmtHoriOrient( aPos.X(), text::HoriOrientation::NONE, text::RelOrientation::FRAME ) ); in CopyDrawSel()
416 …etFmtAttr( SwFmtVertOrient( aPos.Y(), text::VertOrientation::NONE, text::RelOrientation::FRAME ) ); in CopyDrawSel()
561 …SetFmtAttr( SwFmtHoriOrient( aPos.X(),text::HoriOrientation::NONE, text::RelOrientation::FRAME ) ); in Copy()
562 …SetFmtAttr( SwFmtVertOrient( aPos.Y(),text::VertOrientation::NONE, text::RelOrientation::FRAME ) ); in Copy()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx591 (eHoriRel == text::RelOrientation::FRAME) || in RTLGraphicsHack()
618 (eHoriRel == text::RelOrientation::FRAME) || in RTLDrawingsHack()
2516 case text::RelOrientation::FRAME: in ConvertPosition()
2563 _iorHoriOri.SetRelationOrient( text::RelOrientation::FRAME ); in ConvertPosition()
2616 case text::RelOrientation::FRAME: in ConvertPosition()
2677 _iorVertOri.SetRelationOrient( text::RelOrientation::FRAME ); in ConvertPosition()
2781 case text::RelOrientation::FRAME: in SetAnchoring()
2817 case text::RelOrientation::FRAME: in SetAnchoring()
/trunk/main/offapi/com/sun/star/accessibility/
H A DAccessibleRole.idl72 <p>See alse <const>FRAME</const>, <const>GLASS_PANE</const>, and
140 <p>See also <const>FRAME</const> and <const>WINDOW</const>.</p>
203 const short FRAME = 21;
250 and <const>FRAME</const>.</p>
565 <p>See also <const>FRAME</const> and <const>DIALOG</const>.</p>
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dcall.asm74 privateSnippetExecutor PROC FRAME
133 callVirtualMethod PROC FRAME
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java218 if (OfficeNamespaces.DRAWING_NS.equals(namespace) && OfficeToken.FRAME.equals(elementType)) in startOther()
580 …xmlWriter.writeTag(OfficeNamespaces.DRAWING_NS, OfficeToken.FRAME, attrList, XmlWriterSupport.OPEN… in createTableShapes()
665 if (OfficeNamespaces.DRAWING_NS.equals(namespace) && OfficeToken.FRAME.equals(elementType)) in endOther()
/trunk/main/sw/source/core/layout/
H A Danchoreddrawobject.cxx753 …mtAttr( SwFmtHoriOrient( nHoriRelPos, text::HoriOrientation::NONE, text::RelOrientation::FRAME ) ); in AdjustPositioningAttr()
754 …mtAttr( SwFmtVertOrient( nVertRelPos, text::VertOrientation::NONE, text::RelOrientation::FRAME ) ); in AdjustPositioningAttr()
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx558 SwFmtHoriOrient aHori( 0, text::HoriOrientation::LEFT, text::RelOrientation::FRAME ); in ReadFly()
559 SwFmtVertOrient aVert( 0, text::VertOrientation::TOP, text::RelOrientation::FRAME ); in ReadFly()
687 case RTF_PHCOL: aHori.SetRelationOrient( text::RelOrientation::FRAME ); break; in ReadFly()
688 case RTF_PVPARA: aVert.SetRelationOrient( text::RelOrientation::FRAME ); break; in ReadFly()

Completed in 176 milliseconds

1234