Home
last modified time | relevance | path

Searched refs:aObjList (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/sw/source/ui/ribbar/
H A Dconcustomshape.cxx156 std::vector< rtl::OUString > aObjList; in SetAttributes() local
157 if ( GalleryExplorer::FillObjListTitle( GALLERY_THEME_POWERPOINT, aObjList ) ) in SetAttributes()
160 for ( i = 0; i < aObjList.size(); i++ ) in SetAttributes()
162 if ( aObjList[ i ].equalsIgnoreAsciiCase( aCustomShape ) ) in SetAttributes()
/trunk/main/svx/source/toolbars/
H A Dfontworkbar.cxx374 std::vector< rtl::OUString > aObjList; in GetGeometryForCustomShape() local
375 if ( GalleryExplorer::FillObjListTitle( GALLERY_THEME_POWERPOINT, aObjList ) ) in GetGeometryForCustomShape()
378 for ( i = 0; i < aObjList.size(); i++ ) in GetGeometryForCustomShape()
380 if ( aObjList[ i ].equalsIgnoreAsciiCase( rCustomShape ) ) in GetGeometryForCustomShape()
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx89 ::std::deque< AttachedObject_Impl > aObjList;
531 ::std::deque< AttachedObject_Impl > aList = (*aIt).aObjList; in registerScriptEvent()
546 ::std::deque< AttachedObject_Impl >::iterator aObjIt = (*aIt).aObjList.begin(); in registerScriptEvent()
547 ::std::deque< AttachedObject_Impl >::iterator aObjEnd = (*aIt).aObjList.end(); in registerScriptEvent()
584 ::std::deque< AttachedObject_Impl > aList = (*aIt).aObjList; in registerScriptEvents()
609 ::std::deque< AttachedObject_Impl > aList = (*aIt).aObjList; in revokeScriptEvent()
666 ::std::deque< AttachedObject_Impl > aList = (*aIt).aObjList; in revokeScriptEvents()
702 ::std::deque< AttachedObject_Impl > aList = (*aIt).aObjList; in removeEntry()
758 aCurrentPosition->aObjList.push_back( aTmp ); in attach()
761 AttachedObject_Impl & rCurObj = aCurrentPosition->aObjList.back(); in attach()
[all …]
/trunk/main/sd/source/ui/func/
H A Dfuconcs.cxx241 std::vector< rtl::OUString > aObjList; in SetAttributes() local
242 if ( GalleryExplorer::FillObjListTitle( GALLERY_THEME_POWERPOINT, aObjList ) ) in SetAttributes()
245 for ( i = 0; i < aObjList.size(); i++ ) in SetAttributes()
247 if ( aObjList[ i ].equalsIgnoreAsciiCase( aCustomShape ) ) in SetAttributes()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuconcustomshape.cxx221 std::vector< rtl::OUString > aObjList; in SetAttributes() local
222 if ( GalleryExplorer::FillObjListTitle( GALLERY_THEME_POWERPOINT, aObjList ) ) in SetAttributes()
225 for ( i = 0; i < aObjList.size(); i++ ) in SetAttributes()
227 if ( aObjList[ i ].equalsIgnoreAsciiCase( aCustomShape ) ) in SetAttributes()
/trunk/main/reportdesign/source/ui/report/
H A DReportSection.cxx643 std::vector< rtl::OUString > aObjList; in createDefault() local
644 if ( GalleryExplorer::FillObjListTitle( GALLERY_THEME_POWERPOINT, aObjList ) ) in createDefault()
646 std::vector< rtl::OUString >::iterator aIter = aObjList.begin(); in createDefault()
647 std::vector< rtl::OUString >::iterator aEnd = aObjList.end(); in createDefault()
/trunk/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx146 ::std::vector< ::rtl::OUString > aObjList; in setAttributes()
147 if ( GalleryExplorer::FillObjListTitle( GALLERY_THEME_POWERPOINT, aObjList ) ) in setAttributes()
149 for ( sal_uInt16 i = 0; i < aObjList.size(); ++i ) in setAttributes()
151 if ( aObjList[ i ].equalsIgnoreAsciiCase( m_aCustomShapeType ) ) in setAttributes()

Completed in 37 milliseconds