Searched refs:ApplyBlockFrame (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sc/inc/ |
H A D | attarray.hxx | 119 void ApplyBlockFrame( const SvxBoxItem* pLineOuter, const SvxBoxInfoItem* pLineInner,
|
H A D | column.hxx | 312 void ApplyBlockFrame( const SvxBoxItem* pLineOuter, const SvxBoxInfoItem* pLineInner,
|
H A D | table.hxx | 549 void ApplyBlockFrame( const SvxBoxItem* pLineOuter,
|
/trunk/main/sc/source/core/data/ |
H A D | column.cxx | 310 void ScColumn::ApplyBlockFrame( const SvxBoxItem* pLineOuter, const SvxBoxInfoItem* pLineInner, in ApplyBlockFrame() function in ScColumn 313 pAttrArray->ApplyBlockFrame( pLineOuter, pLineInner, nStartRow, nEndRow, bLeft, nDistRight ); in ApplyBlockFrame()
|
H A D | table2.cxx | 1888 void ScTable::ApplyBlockFrame( const SvxBoxItem* pLineOuter, const SvxBoxInfoItem* pLineInner, in ApplyBlockFrame() function in ScTable 1896 aCol[i].ApplyBlockFrame( pLineOuter, pLineInner, in ApplyBlockFrame()
|
H A D | document.cxx | 4901 pTab[i]->ApplyBlockFrame( pLineOuter, pLineInner, in ApplySelectionFrame() 4918 pTab[nTab]->ApplyBlockFrame( pLineOuter, pLineInner, in ApplyFrameAreaTab()
|
H A D | attarray.cxx | 1102 void ScAttrArray::ApplyBlockFrame( const SvxBoxItem* pLineOuter, const SvxBoxInfoItem* pLineInner, in ApplyBlockFrame() function in ScAttrArray
|
Completed in 103 milliseconds