poolfmt.cxx (a585680a) poolfmt.cxx (e79d5b37)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 286 unchanged lines hidden (view full) ---

295{
296
297 SvxLRSpaceItem aLR( RES_LR_SPACE ); SvxULSpaceItem aUL( RES_UL_SPACE );
298 aLR.SetTxtFirstLineOfst( sal_uInt16(nEZ) ); aLR.SetTxtLeft( sal_uInt16(nLeft) );
299 aUL.SetUpper( sal_uInt16(nUpper) ); aUL.SetLower( sal_uInt16(nLower) );
300 rSet.Put( aLR );
301 rSet.Put( aUL );
302
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 286 unchanged lines hidden (view full) ---

295{
296
297 SvxLRSpaceItem aLR( RES_LR_SPACE ); SvxULSpaceItem aUL( RES_UL_SPACE );
298 aLR.SetTxtFirstLineOfst( sal_uInt16(nEZ) ); aLR.SetTxtLeft( sal_uInt16(nLeft) );
299 aUL.SetUpper( sal_uInt16(nUpper) ); aUL.SetLower( sal_uInt16(nLower) );
300 rSet.Put( aLR );
301 rSet.Put( aUL );
302
303 if( !pColl )
304 pColl->SetNextTxtFmtColl( *pDoc->GetTxtCollFromPool( nNxt ));
303 pColl->SetNextTxtFmtColl( *pDoc->GetTxtCollFromPool( nNxt ));
305}
306
307
308
309// Gebe die "Auto-Collection" mit der Id zurueck. Existiert
310// sie noch nicht, dann erzeuge sie
311// Ist der String-Pointer definiert, dann erfrage nur die
312// Beschreibung der Attribute, !! es legt keine Vorlage an !!

--- 2288 unchanged lines hidden ---
304}
305
306
307
308// Gebe die "Auto-Collection" mit der Id zurueck. Existiert
309// sie noch nicht, dann erzeuge sie
310// Ist der String-Pointer definiert, dann erfrage nur die
311// Beschreibung der Attribute, !! es legt keine Vorlage an !!

--- 2288 unchanged lines hidden ---