Searched refs:ApplyFlags (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/sfx2/source/dialog/ |
H A D | itemconnect.cxx | 273 ApplyFlags( rItemSet ); in DoApplyFlags() 308 void DummyItemConnection::ApplyFlags( const SfxItemSet& rItemSet ) in ApplyFlags() function in sfx::DummyItemConnection 332 void ApplyFlags( const SfxItemSet& rItemSet ); 350 void ItemConnectionArrayImpl::ApplyFlags( const SfxItemSet& rItemSet ) in ApplyFlags() function in sfx::ItemConnectionArrayImpl 386 void ItemConnectionArray::ApplyFlags( const SfxItemSet& rItemSet ) in ApplyFlags() function in sfx::ItemConnectionArray 388 mxImpl->ApplyFlags( rItemSet ); in ApplyFlags()
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | itemconnect.hxx | 214 virtual void ApplyFlags( const SfxItemSet& rItemSet ) = 0; 273 virtual void ApplyFlags( const SfxItemSet& rItemSet ); 302 virtual void ApplyFlags( const SfxItemSet& rItemSet ); 462 virtual void ApplyFlags( const SfxItemSet& rItemSet ); 504 void ItemControlConnection< ItemWrpT, ControlWrpT >::ApplyFlags( const SfxItemSet& rItemSet ) in ApplyFlags() function in sfx::ItemControlConnection
|
/aoo4110/main/sc/inc/ |
H A D | attarray.hxx | 141 sal_Bool ApplyFlags( SCROW nStartRow, SCROW nEndRow, sal_Int16 nFlags );
|
H A D | column.hxx | 343 sal_Bool ApplyFlags( SCROW nStartRow, SCROW nEndRow, sal_Int16 nFlags );
|
H A D | table.hxx | 586 …sal_Bool ApplyFlags( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, sal_Int16 nF…
|
/aoo4110/main/sc/source/core/data/ |
H A D | column.cxx | 614 sal_Bool ScColumn::ApplyFlags( SCROW nStartRow, SCROW nEndRow, sal_Int16 nFlags ) in ApplyFlags() function in ScColumn 616 return pAttrArray->ApplyFlags( nStartRow, nEndRow, nFlags ); in ApplyFlags()
|
H A D | table2.cxx | 2100 sal_Bool ScTable::ApplyFlags( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, in ApplyFlags() function in ScTable 2106 bChanged |= aCol[i].ApplyFlags(nStartRow, nEndRow, nFlags); in ApplyFlags()
|
H A D | attarray.cxx | 1550 sal_Bool ScAttrArray::ApplyFlags( SCROW nStartRow, SCROW nEndRow, sal_Int16 nFlags ) in ApplyFlags() function in ScAttrArray
|
H A D | document.cxx | 4187 return pTab[nTab]->ApplyFlags( nStartCol, nStartRow, nEndCol, nEndRow, nFlags ); in ApplyFlagsTab()
|
Completed in 102 milliseconds