drawdoc4.cxx (70d3707a) drawdoc4.cxx (4bf7a51a)
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

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

316 pSheet = &(pSSPool->Make(aName, SD_STYLE_FAMILY_GRAPHICS, nMask));
317 pSheet->SetParent(aStdName);
318 pSheet->SetHelpId( aHelpFile, HID_POOLSHEET_OBJWITHOUTFILL );
319 pISet = &pSheet->GetItemSet();
320
321 pISet->Put(XFillStyleItem(XFILL_NONE));
322 pISet->Put(XLineColorItem(String(), RGB_Color(COL_BLACK)));
323
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

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

316 pSheet = &(pSSPool->Make(aName, SD_STYLE_FAMILY_GRAPHICS, nMask));
317 pSheet->SetParent(aStdName);
318 pSheet->SetHelpId( aHelpFile, HID_POOLSHEET_OBJWITHOUTFILL );
319 pISet = &pSheet->GetItemSet();
320
321 pISet->Put(XFillStyleItem(XFILL_NONE));
322 pISet->Put(XLineColorItem(String(), RGB_Color(COL_BLACK)));
323
324 // ---- Object no fill no line -------------------------------------------
325
326 aName = String(SdResId(STR_POOLSHEET_OBJNOLINENOFILL));
327 pSheet = &(pSSPool->Make(aName, SD_STYLE_FAMILY_GRAPHICS, nMask));
328 pSheet->SetParent(aStdName);
329 pSheet->SetHelpId( aHelpFile, HID_POOLSHEET_OBJNOLINENOFILL );
330 pISet = &pSheet->GetItemSet();
331
332 pISet->Put(XFillStyleItem(XFILL_NONE));
333 pISet->Put(XLineStyleItem(XLINE_NONE));
334
324 // ---- Text ----------------------------------------------------------
325
326 aName = String(SdResId(STR_POOLSHEET_TEXT));
327 pSheet = &(pSSPool->Make(aName, SD_STYLE_FAMILY_GRAPHICS, nMask));
328 pSheet->SetParent(aStdName);
329 pSheet->SetHelpId( aHelpFile, HID_POOLSHEET_TEXT );
330 pISet = &pSheet->GetItemSet();
331

--- 1177 unchanged lines hidden ---
335 // ---- Text ----------------------------------------------------------
336
337 aName = String(SdResId(STR_POOLSHEET_TEXT));
338 pSheet = &(pSSPool->Make(aName, SD_STYLE_FAMILY_GRAPHICS, nMask));
339 pSheet->SetParent(aStdName);
340 pSheet->SetHelpId( aHelpFile, HID_POOLSHEET_TEXT );
341 pISet = &pSheet->GetItemSet();
342

--- 1177 unchanged lines hidden ---