Searched refs:aSeparators (Results 1 – 4 of 4) sorted by relevance
209 ::std::vector<sal_Int32> aSeparators; in PlacePanels()223 aSeparators.push_back(nY); in PlacePanels()280 aSeparators.push_back(nY); in PlacePanels()289 pScrollContainerWindow->SetSeparators(aSeparators); in PlacePanels()
255 … uno::Sequence< text::TableColumnSeparator > aSeparators( m_aCellBorderPositions.size() - 2 ); in getRowProperties() local256 text::TableColumnSeparator* pSeparators = aSeparators.getArray(); in getRowProperties()265 pPropertyMap->Insert( PROP_TABLE_COLUMN_SEPARATORS, false, uno::makeAny( aSeparators ) ); in getRowProperties()
500 … uno::Sequence< text::TableColumnSeparator > aSeparators( m_nCellCounterForCurrentRow.top() - 1 ); in endOfRowAction() local501 text::TableColumnSeparator* pSeparators = aSeparators.getArray(); in endOfRowAction()524 pPropMap->Insert( PROP_TABLE_COLUMN_SEPARATORS, false, uno::makeAny( aSeparators ) ); in endOfRowAction()
2042 TableColumnSeparators aSeparators; in lcl_ApplyRowProperties() local2043 pProperties[ nProperty ].Value >>= aSeparators; in lcl_ApplyRowProperties()2044 rRowSeparators = aSeparators; in lcl_ApplyRowProperties()
Completed in 37 milliseconds