Home
last modified time | relevance | path

Searched refs:aStyle (Results 51 – 75 of 78) sorted by relevance

1234

/trunk/main/cui/source/inc/
H A Dcfgutil.hxx84 sal_Bool parseStyleCommand(SfxStyleInfo_Impl& aStyle);
85 void getLabel4Style(SfxStyleInfo_Impl& aStyle);
/trunk/main/svx/source/sidebar/
H A DColorPanel.cxx35 WinBits aStyle = in ColorPanel() local
43 SetStyle(GetStyle() | aStyle); in ColorPanel()
/trunk/main/svx/source/sidebar/debug/
H A DColorPanel.cxx35 WinBits aStyle = in ColorPanel() local
43 SetStyle(GetStyle() | aStyle); in ColorPanel()
/trunk/main/sdext/source/pdfimport/tree/
H A Dstyle.cxx90 Style aStyle( "style:style", aProps ); in getStandardStyleId() local
91 return getStyleId( aStyle ); in getStandardStyleId()
/trunk/main/cui/source/customize/
H A Dacccfg.cxx1489 SfxStyleInfo_Impl aStyle; in GetLabel4Command() local
1490 aStyle.sCommand = sCommand; in GetLabel4Command()
1491 if (m_aStylesInfo.parseStyleCommand(aStyle)) in GetLabel4Command()
1493 m_aStylesInfo.getLabel4Style(aStyle); in GetLabel4Command()
1494 return aStyle.sLabel; in GetLabel4Command()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx1229 String aStyle; in ImplGetStyleSheets() local
1236 aStyle = String( RTL_CONSTASCII_USTRINGPARAM( "title" ) ); in ImplGetStyleSheets()
1248 aStyle = String( RTL_CONSTASCII_USTRINGPARAM( "standard" ) ); in ImplGetStyleSheets()
1254 aStyle = String( RTL_CONSTASCII_USTRINGPARAM( "subtitle" ) ); in ImplGetStyleSheets()
1259 if ( aStyle.Len() && aFamily.Len() ) in ImplGetStyleSheets()
1272 if ( aXFamily->hasByName( aStyle ) ) in ImplGetStyleSheets()
1275 aAny = aXFamily->getByName( aStyle ); in ImplGetStyleSheets()
1288 sal_Unicode cTemp = aStyle.GetChar( aStyle.Len() - 1 ); in ImplGetStyleSheets()
1289 aStyle.SetChar( aStyle.Len() - 1, ++cTemp ); in ImplGetStyleSheets()
1290 if ( aXFamily->hasByName( aStyle ) ) in ImplGetStyleSheets()
[all …]
/trunk/main/sc/source/ui/view/
H A Doutput.cxx1624 … svx::frame::Style aStyle( lcl_FindHorLine( pDoc, nX, nY, nTab, nDir, sal_True ), nPPTY ); in DrawRotatedFrame() local
1625 rArray.SetCellStyleTop( nCol, nRow, aStyle ); in DrawRotatedFrame()
1627 rArray.SetCellStyleBottom( nCol, nRow - 1, aStyle ); in DrawRotatedFrame()
1631 … svx::frame::Style aStyle( lcl_FindHorLine( pDoc, nX, nY, nTab, nDir, sal_False ), nPPTY ); in DrawRotatedFrame() local
1632 rArray.SetCellStyleBottom( nCol, nRow, aStyle ); in DrawRotatedFrame()
1634 rArray.SetCellStyleTop( nCol, nRow + 1, aStyle ); in DrawRotatedFrame()
/trunk/main/xmloff/source/chart/
H A DSchXMLSeries2Context.cxx599 DataRowPointStyle aStyle( in EndElement() local
604 aStyle.mbSymbolSizeForSeriesIsMissingInFile=mbSymbolSizeIsMissingInFile; in EndElement()
605 mrStyleList.push_back( aStyle ); in EndElement()
/trunk/main/sc/source/core/data/
H A Dfillinfo.cxx538 String aStyle = pCondForm->GetCellStyle( pInfo->pCell, in FillInfo() local
540 if (aStyle.Len()) in FillInfo()
543 pStlPool->Find( aStyle, SFX_STYLE_FAMILY_PARA ); in FillInfo()
H A Dconditio.cxx1388 String aStyle = ppEntries[nEntry]->GetStyle(); in DoRepaint() local
1389 if (aStyle.Len()) in DoRepaint()
1392 pDoc->GetStyleSheetPool()->Find( aStyle, SFX_STYLE_FAMILY_PARA ); in DoRepaint()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx2603 SfxStringItem aStyle(SID_STYLE_EDIT, aCharStyleLB.GetSelectEntry()); in IMPL_LINK() local
2612 &aStyle, &aFamily/*, &aShell*/, 0L); in IMPL_LINK()
4212 SfxStringItem aStyle(SID_STYLE_EDIT, aParaLayLB.GetSelectEntry()); in IMPL_LINK() local
4220 &aStyle, &aFamily/*, &aShell*/, 0L); in IMPL_LINK()
4362 WinBits aStyle = GetStyle(); in SwEntryBrowseBox() local
4363 if( aStyle & WB_CLIPCHILDREN ) in SwEntryBrowseBox()
4365 aStyle &= ~WB_CLIPCHILDREN; in SwEntryBrowseBox()
4366 SetStyle( aStyle ); in SwEntryBrowseBox()
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx737 MultiBuffer aStyle; in ParagraphStyle() local
739 aStyle.getOStringBuffer().append(OOO_STRING_SVTOOLS_RTF_S); in ParagraphStyle()
740 aStyle.getOStringBuffer().append((sal_Int32)nStyle); in ParagraphStyle()
744 aStyle.getOStringBuffer().append(pStyle->getStr()); in ParagraphStyle()
749 aStyle.writeAndClear(m_rExport.Strm()); in ParagraphStyle()
753 m_aSectionHeaders.appendAndClear(aStyle); in ParagraphStyle()
H A Ddocxattributeoutput.cxx1737 OString aStyle( "style" ); in StartStyle() local
1741 FSNS( XML_w, XML_styleId ), ( aStyle + OString::valueOf( sal_Int32( nId ) ) ).getStr(), in StartStyle()
1751 … FSNS( XML_w, XML_val ), ( aStyle + OString::valueOf( sal_Int32( nBase ) ) ).getStr(), in StartStyle()
1756 FSNS( XML_w, XML_val ), ( aStyle + OString::valueOf( sal_Int32( nNext ) ) ).getStr(), in StartStyle()
/trunk/main/editeng/source/editeng/
H A Deditobj.cxx203 aStyle = rCopyFrom.GetStyle(); in ContentInfo()
270 (aStyle == rCompare.aStyle ) && in operator ==()
/trunk/main/vcl/source/app/
H A Dsvapp.cxx1538 StyleSettings aStyle = aSettings.GetStyleSettings(); in EnableAutoMnemonic() local
1539 aStyle.SetAutoMnemonic( bEnabled ); in EnableAutoMnemonic()
1540 aSettings.SetStyleSettings( aStyle ); in EnableAutoMnemonic()
/trunk/main/editeng/source/items/
H A Dtextitem.cxx426 String aName, aStyle; in Create() local
435 rStrm.ReadByteString(aStyle); in Create()
451 rStrm.ReadByteString( aStyle, RTL_TEXTENCODING_UNICODE ); in Create()
460 return new SvxFontItem( (FontFamily)_eFamily, aName, aStyle, in Create()
/trunk/main/svx/source/dialog/
H A Drubydialog.cxx356 Any aStyle = xCharIdx->getByIndex(nStyle); in Activate() local
358 aStyle >>= xStyle; in Activate()
/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java848 XStyle aStyle = null; in fillDrawDocWithContent() local
850 aStyle = (XStyle) AnyConverter.toObject( in fillDrawDocWithContent()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx546 String aStyle = aDocument.GetPageStyle( GetCurTab() ); in SetPrinter() local
548 SfxStyleSheet* pStyleSheet = (SfxStyleSheet*)pStPl->Find(aStyle, SFX_STYLE_FAMILY_PAGE); in SetPrinter()
/trunk/main/migrationanalysis/src/driver_docs/sources/word/
H A DMigrationAnalyser.cls1281 Function IsInvalidBorderStyle(aStyle As WdLineStyle) As Boolean
1285 Select Case aStyle
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx455 uno::Any aStyle; in lcl_setCharFmtSequence() local
457 aStyle <<= aCharStyles.getConstArray()[nStyle]; in lcl_setCharFmtSequence()
461 lcl_setCharStyle(rPam.GetDoc(), aStyle, aSet); in lcl_setCharFmtSequence()
/trunk/main/svx/workben/
H A Dedittest.cxx1151 XubString aStyle; in IMPL_LINK() local
1153 aDebStr += aStyle; in IMPL_LINK()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx326 FillStyle aStyle( aFillColor ); in Impl_writePolyPolygon() local
327 nID = defineShape( aPolyPoly, aStyle ); in Impl_writePolyPolygon()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx12140 OString aState, aStyle; in endControlAppearance() local
12147 aStyle = "Standard"; in endControlAppearance()
12154 aStyle = (eState == PDFWriter::Up) ? "Off" : "Yes"; in endControlAppearance()
12166 aStyle = "Off"; in endControlAppearance()
12171 aStyle = aBuf.makeStringAndClear(); in endControlAppearance()
12177 aStyle = "Standard"; in endControlAppearance()
12184 if( aState.getLength() && aStyle.getLength() ) in endControlAppearance()
12188 rWidget.m_aAppearances[ aState ].find( aStyle ); in endControlAppearance()
12191 rWidget.m_aAppearances[ aState ][ aStyle ] = pAppearance; in endControlAppearance()
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx2685 DStyle aStyle( *xTableStream, *pWwFib ); // Styles in DoConvert() local
2686 aStyle.Dump(); in DoConvert()

Completed in 1491 milliseconds

1234