Home
last modified time | relevance | path

Searched refs:VbaMacroAttacherRef (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/oox/inc/oox/ole/
H A Dvbaproject.hxx108 typedef ::boost::shared_ptr< VbaMacroAttacherBase > VbaMacroAttacherRef; typedef
132 void registerMacroAttacher( const VbaMacroAttacherRef& rxAttacher );
/AOO42X/main/oox/source/xls/
H A Ddrawingfragment.cxx110 VbaMacroAttacherRef xAttacher( new ShapeMacroAttacher( maMacroName, mxShape ) ); in finalizeXShape()
600VbaMacroAttacherRef xAttacher( new VmlControlMacroAttacher( aMacroName, xFormIC, nCtrlIndex, pClie… in createAndInsertClientXShape()
/AOO42X/main/oox/source/ole/
H A Dvbaproject.cxx181 void VbaProject::registerMacroAttacher( const VbaMacroAttacherRef& rxAttacher ) in registerMacroAttacher()