/aoo42x/main/sw/source/core/access/ |
H A D | acccontext.cxx | 97 bIsShowingState = GetMap() ? IsShowing( *(GetMap()) ) : sal_False; in InitStates() 99 ViewShell *pVSh = GetMap()->GetShell(); in InitStates() 125 if( GetMap() ) in GetWindow() 142 ViewShell* pViewShell = GetMap() ? GetMap()->GetShell() : 0; in GetCrsrShell() 156 const ViewShell* pViewShell = GetMap() ? GetMap()->GetShell() : 0; in GetCrsrShell() 279 GetMap() ); in ChildrenScrolled() 289 GetMap() ); in ChildrenScrolled() 322 SetVisArea( GetMap()->GetVisArea() ); in Scrolled() 341 SetVisArea( GetMap()->GetVisArea() ); in ScrolledWithin() 1093 GetMap()->RemoveContext( pObj ); in DisposeShape() [all …]
|
H A D | accselectionhelper.cxx | 68 DBG_ASSERT( rContext.GetMap() != NULL, "no map?" ); in GetFEShell() 69 ViewShell* pViewShell = rContext.GetMap()->GetShell(); in GetFEShell() 104 const SwAccessibleChild aChild = rContext.GetChild( *(rContext.GetMap()), in selectAccessibleChild() 216 rContext.GetChildren( *(rContext.GetMap()), aChildren ); in selectAllAccessibleChildren() 260 rContext.GetChildren( *(rContext.GetMap()), aChildren ); in getSelectedAccessibleChildCount() 285 rContext.GetChildren( *(rContext.GetMap()), aChildren ); in getSelectedAccessibleChildCount() 293 if( lcl_getSelectedState( aChild, &rContext, rContext.GetMap() ) ) in getSelectedAccessibleChildCount() 349 rContext.GetChildren( *(rContext.GetMap()), aChildren ); in getSelectedAccessibleChild() 373 DBG_ASSERT( rContext.GetMap() != NULL, "We need the map." ); in getSelectedAccessibleChild() 378 rContext.GetMap()->GetContextImpl( aChild.GetSwFrm(), in getSelectedAccessibleChild() [all …]
|
H A D | acccell.cxx | 71 DBG_ASSERT( GetMap(), "no map?" ); in IsSelected() 72 const ViewShell *pVSh = GetMap()->GetShell(); in IsSelected() 95 const ViewShell *pVSh = GetMap()->GetShell(); in GetStates() 108 GetMap()->SetCursorContext( xThis ); in GetStates() 148 GetMap()->SetCursorContext( xThis ); in _InvalidateMyCursorPos() 167 const SwAccessibleChildSList aVisList( GetVisArea(), *pFrm, *GetMap() ); in _InvalidateChildrenCursorPos() 175 if( rLower.IsAccessible( GetMap()->GetShell()->IsPreView() ) ) in _InvalidateChildrenCursorPos() 178 GetMap()->GetContextImpl( pLower, sal_False ) ); in _InvalidateChildrenCursorPos() 207 const SwAccessibleChild aChild( GetChild( *(GetMap()), 0 ) ); in _InvalidateCursorPos() 298 GetMap()->GetContextImpl( pParent, sal_False ) ); in Dispose() [all …]
|
H A D | accnotexthyperlink.cxx | 58 ImageMap* pMap = aURL.GetMap(); in getAccessibleActionCount() 80 ImageMap* pMap = aURL.GetMap(); in doAccessibleAction() 119 ImageMap* pMap = aURL.GetMap(); in getAccessibleActionDescription() 146 ImageMap* pMap = aURL.GetMap(); in getAccessibleActionKeyBinding() 198 ImageMap* pMap = aURL.GetMap(); in getAccessibleActionObject() 229 if( aURL.GetMap() || aURL.GetURL().Len() ) in isValid()
|
H A D | accframebase.cxx | 71 DBG_ASSERT( GetMap(), "no map?" ); in IsSelected() 72 const ViewShell *pVSh = GetMap()->GetShell(); in IsSelected() 90 const ViewShell *pVSh = GetMap()->GetShell(); in GetStates() 108 GetMap()->SetCursorContext( xThis ); in GetStates() 181 GetMap()->SetCursorContext( xThis ); in _InvalidateCursorPos() 327 if(GetMap()->IsDocumentSelAll()) in GetSelectedState()
|
H A D | accdoc.cxx | 105 const SwRect& rNewVisArea = GetMap()->GetVisArea(); in SetVisArea() 108 SwAccessibleFrame::SetVisArea( GetMap()->GetVisArea() ); in SetVisArea() 177 if ( nIndex == GetChildCount( *(GetMap()) ) ) in getAccessibleChild() 400 Window *pWin = GetMap() ? GetMap()->GetShell()->GetWin() : 0; in ~SwAccessibleDocument() 407 ASSERT( GetFrm() && GetMap(), "already disposed" ); in Dispose() 409 Window *pWin = GetMap() ? GetMap()->GetShell()->GetWin() : 0; in Dispose() 887 SwAccessibleMap* pAccMap = GetMap(); in get_AccFlowTo()
|
H A D | acccontext.hxx | 120 SwAccessibleMap *GetMap() { return pMap; } in GetMap() function in SwAccessibleContext 121 const SwAccessibleMap *GetMap() const { return pMap; } in GetMap() function in SwAccessibleContext 126 return GetMap()->GetShell(); in GetShell() 130 return GetMap()->GetShell(); in GetShell() 444 if( !(GetFrm() && GetMap()) ) \
|
H A D | accpara.cxx | 415 GetMap()->SetCursorContext( xThis ); in GetStates() 508 GetMap()->SetCursorContext( xThis ); in _InvalidateCursorPos() 624 pFrm->GetTxtNode(), GetMap()->GetShell()->GetViewOptions() ); in UpdatePortionData() 642 DBG_ASSERT( GetMap() != NULL, "no map?" ); in ExecuteAtViewShell() 643 ViewShell* pViewShell = GetMap()->GetShell(); in ExecuteAtViewShell() 1142 aSequence[0] = GetMap()->GetContext( pPrevCntFrm ); in getAccessibleRelationSet() 1152 aSequence[0] = GetMap()->GetContext( pNextCntFrm ); in getAccessibleRelationSet() 1493 GetMap()->SetCursorContext( xThis ); in getCaretPosition() 1618 Rectangle aScreenRect( GetMap()->CoreToPixel( aTmpRect.SVRect() )); in GetCurrentTabStop() 2698 Rectangle aScreenRect( GetMap()->CoreToPixel( aCoreRect.SVRect() )); in getCharacterBounds() [all …]
|
H A D | acctable.cxx | 740 SwAccessibleChild aCell( GetChild( *(const_cast<SwAccessibleMap*>(GetMap())), nChildIndex ) ); in GetTableBox() 962 return new SwAccessibleTableData_Impl( *GetMap(), pTabFrm, IsInPagePreview() ); in CreateNewTableData() 1180 new SwAccessibleTableColHeaders( GetMap(), static_cast< const SwTabFrm *>( GetFrm() ) ); in getAccessibleColumnHeaders() 1305 xRet = GetMap()->GetContext( pCellFrm, sal_True ); in getAccessibleCellAt() 1364 nRet = GetChildIndex( *(GetMap()), aCell ); in getAccessibleIndex() 1387 SwAccessibleChild aCell( GetChild( *(GetMap()), nChildIndex ) ); in getAccessibleRow() 1426 SwAccessibleChild aCell( GetChild( *(GetMap()), nChildIndex ) ); in getAccessibleColumn() 1520 uno::Reference< XAccessible > xAcc( GetMap()->GetContext( pFrm, sal_False ) ); in DisposeChild() 2021 return new SwAccessibleTableData_Impl( *(GetMap()), pTabFrm, IsInPagePreview(), true ); in CreateNewTableData() 2047 const SwAccessibleChildSList aVisList( GetVisArea(), *pTabFrm, *(GetMap()) ); in getAccessibleChildCount() [all …]
|
H A D | accpage.cxx | 55 return GetMap()->IsPageSelected( static_cast < const SwPageFrm * >( GetFrm() ) ); in IsSelected() 71 GetMap()->SetCursorContext( xThis ); in GetStates() 95 GetMap()->SetCursorContext( xThis ); in _InvalidateCursorPos()
|
H A D | accnotextframe.cxx | 348 if(aURL.GetMap() || aURL.GetURL().Len()) in getHyperLinkCount() 368 if( aURL.GetMap() || aURL.GetURL().Len() ) in getHyperLink() 395 aSequence[0] = GetMap()->GetContext( pFrm ); in makeRelation()
|
H A D | accgraphic.cxx | 103 if(aURL.GetMap() ) in getAccessibleRole()
|
H A D | accfootnote.cxx | 101 const SwDoc *pDoc = GetMap()->GetShell()->GetDoc(); in getAccessibleDescription()
|
/aoo42x/main/svx/source/unodraw/ |
H A D | unoshap2.cxx | 97 …SvxShape( pObj, aSvxMapProvider.GetMap(SVXMAP_GROUP), aSvxMapProvider.GetPropertySet(SVXMAP_GROUP,… in SvxShapeGroup() 380 …SvxShapeText( pObj, aSvxMapProvider.GetMap(SVXMAP_CONNECTOR), aSvxMapProvider.GetPropertySet(SVXMA… in SvxShapeConnector() 547 …SvxShapeText( pObj, aSvxMapProvider.GetMap(SVXMAP_CONTROL), aSvxMapProvider.GetPropertySet(SVXMAP_… in DBG_NAME() 1013 : SvxShapeText( pObj, aSvxMapProvider.GetMap(SVXMAP_DIMENSIONING), aSvxMapProvider.GetPropertySet(S… in SvxShapeDimensioning() 1034 : SvxShapeText( pObj, aSvxMapProvider.GetMap(SVXMAP_CIRCLE), aSvxMapProvider.GetPropertySet(SVXMAP_… in SvxShapeCircle() 1059 : SvxShapeText( pObj, aSvxMapProvider.GetMap(SVXMAP_POLYPOLYGON), aSvxMapProvider.GetPropertySet(SV… in SvxShapePolyPolygon() 1326 : SvxShapeText( pObj, aSvxMapProvider.GetMap(SVXMAP_POLYPOLYGONBEZIER), aSvxMapProvider.GetProperty… in SvxShapePolyPolygonBezier() 1635 : SvxShapeText( pObj, aSvxMapProvider.GetMap(SVXMAP_GRAPHICOBJECT), aSvxMapProvider.GetPropertySet(… in SvxGraphicObject() 1904 : SvxShapeText( pObj, aSvxMapProvider.GetMap(SVXMAP_CAPTION), aSvxMapProvider.GetPropertySet(SVXMAP… in SvxShapeCaption() 1917 …SvxShapeText( pObj, aSvxMapProvider.GetMap( SVXMAP_CUSTOMSHAPE ), aSvxMapProvider.GetPropertySet(S… in SvxCustomShape()
|
H A D | unoshap3.cxx | 78 : SvxShape( pObj, aSvxMapProvider.GetMap(SVXMAP_3DSCENEOBJECT), aSvxMapProvider.GetPropertySet(SVXM… in Svx3DSceneObject() 501 : SvxShape( pObj, aSvxMapProvider.GetMap(SVXMAP_3DCUBEOBJEKT), aSvxMapProvider.GetPropertySet(SVXMA… in Svx3DCubeObject() 632 : SvxShape( pObj, aSvxMapProvider.GetMap(SVXMAP_3DSPHEREOBJECT), aSvxMapProvider.GetPropertySet(SVX… in Svx3DSphereObject() 748 : SvxShape( pObj, aSvxMapProvider.GetMap(SVXMAP_3DLATHEOBJECT), aSvxMapProvider.GetPropertySet(SVXM… in Svx3DLatheObject() 955 : SvxShape( pObj, aSvxMapProvider.GetMap(SVXMAP_3DEXTRUDEOBJECT), aSvxMapProvider.GetPropertySet(SV… in Svx3DExtrudeObject() 1067 : SvxShape( pObj, aSvxMapProvider.GetMap(SVXMAP_3DPOLYGONOBJECT), aSvxMapProvider.GetPropertySet(SV… in Svx3DPolygonObject()
|
H A D | unoshap4.cxx | 83 : SvxShapeText( pObject, aSvxMapProvider.GetMap(SVXMAP_OLE2), aSvxMapProvider.GetPropertySet(SVXMAP… in SvxOle2Shape() 622 : SvxOle2Shape( pObject, aSvxMapProvider.GetMap(SVXMAP_APPLET), aSvxMapProvider.GetPropertySet(SVXM… in SvxAppletShape() 695 : SvxOle2Shape( pObject, aSvxMapProvider.GetMap(SVXMAP_PLUGIN), aSvxMapProvider.GetPropertySet(SVXM… in SvxPluginShape() 768 : SvxOle2Shape( pObject, aSvxMapProvider.GetMap(SVXMAP_FRAME), aSvxMapProvider.GetPropertySet(SVXMA… in SvxFrameShape() 843 : SvxShape( pObj, aSvxMapProvider.GetMap(SVXMAP_MEDIA), aSvxMapProvider.GetPropertySet(SVXMAP_MEDIA… in SvxMediaShape()
|
H A D | unopage.cxx | 827 …pRet = new SvxOle2Shape( pObj, aSvxMapProvider.GetMap(SVXMAP_OLE2), aSvxMapProvider.GetPropertySe… in CreateShapeByTypeAndInventor() 841 …pRet = new SvxShape( pObj, aSvxMapProvider.GetMap(SVXMAP_PAGE), aSvxMapProvider.GetPropertySet(SV… in CreateShapeByTypeAndInventor()
|
/aoo42x/main/sw/inc/ |
H A D | fmturl.hxx | 73 const ImageMap *GetMap() const { return pMap; } in GetMap() function in SwFmtURL 74 ImageMap *GetMap() { return pMap; } in GetMap() function in SwFmtURL
|
/aoo42x/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 461 if( rURL.GetMap() ) in GetData() 462 pImageMap = new ImageMap( *rURL.GetMap() ); in GetData() 966 if( rURL.GetMap() ) in PrepareForCopy() 968 pImageMap = new ImageMap( *rURL.GetMap() ); in PrepareForCopy() 1569 bIMap = 0 != rSh.GetFmtFromObj( *pPt )->GetURL().GetMap(); in GetSotDestination() 1575 bIMap = 0 != rSh.GetFlyFrmFmt()->GetURL().GetMap(); in GetSotDestination() 2502 const ImageMap* pOld = aURL.GetMap(); in _PasteImageMap() 3195 if( rURL.GetMap() ) in SetDataForDragAndDrop() 3197 pImageMap = new ImageMap( *rURL.GetMap() ); in SetDataForDragAndDrop()
|
/aoo42x/main/sw/source/core/draw/ |
H A D | dflyobj.cxx | 969 return rURL.GetMap() || rURL.GetURL().Len(); in HasMacro() 976 if( rURL.GetMap() || rURL.GetURL().Len() ) in CheckMacroHit() 998 if( !rURL.GetMap() || in CheckMacroHit()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | atrfrm.cxx | 1707 pMap = rURL.GetMap() ? new ImageMap( *rURL.GetMap() ) : 0; in SwFmtURL() 1726 if ( pMap && rCmp.GetMap() ) in operator ==() 1727 bRet = *pMap == *rCmp.GetMap(); in operator ==() 1729 bRet = pMap == rCmp.GetMap(); in operator ==() 3315 if( !rURL.GetMap() ) in GetIMapObject() 3366 return ((ImageMap*)rURL.GetMap())->GetHitIMapObject( aOrigSz, in GetIMapObject()
|
H A D | fly.cxx | 971 if ( aURL.GetMap() ) in _UpdateAttr() 982 aURL.GetMap()->Scale( aScaleX, aScaleY ); in _UpdateAttr() 1090 ((SwFmtURL*)pNew)->GetMap() && ((SwFmtURL*)pOld)->GetMap() ) in _UpdateAttr() 1099 aURL.GetMap()->Scale( aScaleX, aScaleY ); in _UpdateAttr()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | notxtfrm.cxx | 119 if( rURL.GetURL().Len() || rURL.GetMap() ) in lcl_PaintReplacement() 122 if ( rURL.GetMap() ) in lcl_PaintReplacement() 124 ImageMap *pMap = (ImageMap*)rURL.GetMap(); in lcl_PaintReplacement()
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | romenu.cxx | 151 if( rURL.GetMap() ) in SwReadOnlyPopup() 152 pImageMap = new ImageMap( *rURL.GetMap() ); in SwReadOnlyPopup()
|
/aoo42x/main/svx/inc/svx/ |
H A D | unoprov.hxx | 106 const SfxItemPropertyMapEntry* GetMap(sal_uInt16 nPropertyId);
|