Lines Matching refs:aPropSet

737 …      PropertySet aPropSet( bRowBreak ? getRow( rModel.mnColRow ) : getColumn( rModel.mnColRow ) );  in setPageBreak()  local
738 aPropSet.setProperty( PROP_IsStartOfNewPage, true ); in setPageBreak()
869 PropertySet aPropSet( getCellRange( aRange ) ); in convertColumnFormat() local
870 getStyles().writeCellXfToPropertySet( aPropSet, nXfId ); in convertColumnFormat()
935 PropertySet aPropSet( mxSheet ); in initializeWorksheetImport() local
936 aPropSet.setProperty( PROP_CellStyle, getStyles().getDefaultStyleName() ); in initializeWorksheetImport()
1028 PropertySet aPropSet( xUrlField ); in insertHyperlink() local
1029 aPropSet.setProperty( PROP_URL, rUrl ); in insertHyperlink()
1030 aPropSet.setProperty( PROP_Representation, xText->getString() ); in insertHyperlink()
1069 PropertySet aPropSet( getCellRangeList( aIt->maRanges ) ); in finalizeValidationRanges() local
1071 … Reference< XPropertySet > xValidation( aPropSet.getAnyProperty( PROP_Validation ), UNO_QUERY ); in finalizeValidationRanges()
1154 aPropSet.setProperty( PROP_Validation, xValidation ); in finalizeValidationRanges()
1188 PropertySet aPropSet( getColumns( rColRange ) ); in convertColumns() local
1196 aPropSet.setProperty( PROP_Width, nWidth ); in convertColumns()
1200 aPropSet.setProperty( PROP_IsVisible, false ); in convertColumns()
1251 PropertySet aPropSet( getRows( *aIt ) ); in convertRows() local
1252 aPropSet.setProperty( PROP_Height, nHeight ); in convertRows()
1259 PropertySet aPropSet( getRows( rRowRange ) ); in convertRows() local
1263 aPropSet.setProperty( PROP_VisibleFlag, false ); in convertRows()
1373 PropertySet aPropSet( mxSheet ); in finalizeDrawings() local
1374 aPropSet.setProperty( PROP_TableLayout, WritingMode2::RL_TB ); in finalizeDrawings()
1559 PropertySet aPropSet( getSheet() ); in setLabelRanges() local
1563 …Reference< XLabelRanges > xLabelRanges( aPropSet.getAnyProperty( PROP_ColumnLabelRanges ), UNO_QUE… in setLabelRanges()
1586 …Reference< XLabelRanges > xLabelRanges( aPropSet.getAnyProperty( PROP_RowLabelRanges ), UNO_QUERY … in setLabelRanges()