Home
last modified time | relevance | path

Searched refs:Make (Results 1 – 25 of 119) sorted by relevance

12345

/trunk/main/basic/source/runtime/
H A Dstdobj1.cxx131 p = Make( String( RTL_CONSTASCII_USTRINGPARAM("Width") ), SbxCLASS_PROPERTY, SbxVARIANT ); in SbStdPicture()
134 p = Make( String( RTL_CONSTASCII_USTRINGPARAM("Height") ), SbxCLASS_PROPERTY, SbxVARIANT ); in SbStdPicture()
243 p = Make( String( RTL_CONSTASCII_USTRINGPARAM("Italic") ), SbxCLASS_PROPERTY, SbxVARIANT ); in SbStdFont()
249 p = Make( String( RTL_CONSTASCII_USTRINGPARAM("Underline") ), SbxCLASS_PROPERTY, SbxVARIANT ); in SbStdFont()
252 p = Make( String( RTL_CONSTASCII_USTRINGPARAM("Size") ), SbxCLASS_PROPERTY, SbxVARIANT ); in SbStdFont()
481 p = Make( String( RTL_CONSTASCII_USTRINGPARAM("Clear") ), SbxCLASS_METHOD, SbxEMPTY ); in SbStdClipboard()
484 p = Make( String( RTL_CONSTASCII_USTRINGPARAM("GetData") ), SbxCLASS_METHOD, SbxEMPTY ); in SbStdClipboard()
487 p = Make( String( RTL_CONSTASCII_USTRINGPARAM("GetFormat") ), SbxCLASS_METHOD, SbxEMPTY ); in SbStdClipboard()
490 p = Make( String( RTL_CONSTASCII_USTRINGPARAM("GetText") ), SbxCLASS_METHOD, SbxEMPTY ); in SbStdClipboard()
493 p = Make( String( RTL_CONSTASCII_USTRINGPARAM("SetData") ), SbxCLASS_METHOD, SbxEMPTY ); in SbStdClipboard()
[all …]
/trunk/main/sc/source/core/data/
H A Dstlpool.cxx98 SfxStyleSheetBase& ScStyleSheetPool::Make( const String& rName, in Make() function in ScStyleSheetPool
116 return SfxStyleSheetPool::Make( aNewName, eFam, mask, nPos ); in Make()
120 return SfxStyleSheetPool::Make( rName, eFam, mask, nPos ); in Make()
172 pDestSheet = &Make( rName, eFamily ); in CopyStyleFrom()
283 pSheet = (ScStyleSheet*) &Make( aStrStandard, SFX_STYLE_FAMILY_PARA, SCSTYLEBIT_STANDARD ); in CreateStandardStyles()
321 pSheet = (ScStyleSheet*) &Make( SCSTR( STR_STYLENAME_RESULT ), in CreateStandardStyles()
335 pSheet = (ScStyleSheet*) &Make( SCSTR( STR_STYLENAME_RESULT1 ), in CreateStandardStyles()
351 pSheet = (ScStyleSheet*) &Make( SCSTR( STR_STYLENAME_HEADLINE ), in CreateStandardStyles()
367 pSheet = (ScStyleSheet*) &Make( SCSTR( STR_STYLENAME_HEADLINE1 ), in CreateStandardStyles()
384 pSheet = (ScStyleSheet*) &Make( aStrStandard, in CreateStandardStyles()
[all …]
/trunk/main/sd/source/core/
H A Ddrawdoc4.cxx154 pSheet = &(pSSPool->Make(aName, SD_STYLE_FAMILY_GRAPHICS, nMask)); in CreateLayoutTemplates()
280 pSheet = &(pSSPool->Make(aName, SD_STYLE_FAMILY_GRAPHICS, nMask)); in CreateLayoutTemplates()
303 pSheet = &(pSSPool->Make(aName, SD_STYLE_FAMILY_GRAPHICS, nMask)); in CreateLayoutTemplates()
316 pSheet = &(pSSPool->Make(aName, SD_STYLE_FAMILY_GRAPHICS, nMask)); in CreateLayoutTemplates()
327 pSheet = &(pSSPool->Make(aName, SD_STYLE_FAMILY_GRAPHICS, nMask)); in CreateLayoutTemplates()
338 pSheet = &(pSSPool->Make(aName, SD_STYLE_FAMILY_GRAPHICS, nMask)); in CreateLayoutTemplates()
349 pSheet = &(pSSPool->Make(aName, SD_STYLE_FAMILY_GRAPHICS, nMask)); in CreateLayoutTemplates()
362 pSheet = &(pSSPool->Make(aName, SD_STYLE_FAMILY_GRAPHICS, nMask)); in CreateLayoutTemplates()
375 pSheet = &(pSSPool->Make(aName, SD_STYLE_FAMILY_GRAPHICS, nMask)); in CreateLayoutTemplates()
396 pSheet = &(pSSPool->Make(aName, SD_STYLE_FAMILY_GRAPHICS, nMask)); in CreateLayoutTemplates()
[all …]
H A Dstlpool.cxx365 pSheet = &Make(aName, SD_STYLE_FAMILY_MASTERPAGE,nUsedMask); in CreateLayoutStyleSheets()
411 pSheet = &Make(aName, SD_STYLE_FAMILY_MASTERPAGE,nUsedMask); in CreateLayoutStyleSheets()
460 pSheet = &Make(aName, SD_STYLE_FAMILY_MASTERPAGE,nUsedMask); in CreateLayoutStyleSheets()
512 pSheet = &Make(aName, SD_STYLE_FAMILY_MASTERPAGE,nUsedMask); in CreateLayoutStyleSheets()
535 pSheet = &Make(aName, SD_STYLE_FAMILY_MASTERPAGE,nUsedMask); in CreateLayoutStyleSheets()
818 pSheet = &Make(aName, SD_STYLE_FAMILY_PSEUDO, nUsedMask); in CreatePseudosIfNecessary()
827 pSheet = &Make(aName, SD_STYLE_FAMILY_PSEUDO, nUsedMask); in CreatePseudosIfNecessary()
836 pSheet = &Make(aName, SD_STYLE_FAMILY_PSEUDO, nUsedMask); in CreatePseudosIfNecessary()
845 pSheet = &Make(aName, SD_STYLE_FAMILY_PSEUDO, nUsedMask); in CreatePseudosIfNecessary()
854 pSheet = &Make(aName, SD_STYLE_FAMILY_PSEUDO, nUsedMask); in CreatePseudosIfNecessary()
[all …]
/trunk/main/basic/source/sbx/
H A Dsbxcoll.cxx89 p = Make( String::CreateFromAscii( pCount ), SbxCLASS_PROPERTY, SbxINTEGER ); in Initialize()
92 p = Make( String::CreateFromAscii( pAdd ), SbxCLASS_METHOD, SbxEMPTY ); in Initialize()
94 p = Make( String::CreateFromAscii( pItem ), SbxCLASS_METHOD, SbxOBJECT ); in Initialize()
96 p = Make( String::CreateFromAscii( pRemove ), SbxCLASS_METHOD, SbxEMPTY ); in Initialize()
H A Dsbxobj.cxx132 p = Make( String::CreateFromAscii( pNameProp ), SbxCLASS_PROPERTY, SbxSTRING ); in Clear()
134 p = Make( String::CreateFromAscii( pParentProp ), SbxCLASS_PROPERTY, SbxOBJECT ); in Clear()
314 pDfltProp = (SbxProperty*) Make( aDfltPropName, SbxCLASS_PROPERTY, SbxVARIANT ); in GetDfltProperty()
379 SbxVariable* SbxObject::Make( const XubString& rName, SbxClassType ct, SbxDataType dt, bool bIsRunt… in Make() function in SbxObject
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog.src346 Message [en-US] = "Make sure that no further users are working with the same "
356 Message [en-US] = "Make sure that no further users are working with the same "
366 Message [en-US] = "Make sure that no further users are working with the same "
/trunk/main/toolkit/doc/layout/
H A DChangeLog709 Rename USE_LAYOUT -> ENABLE_LAYOUT. Make zoom, wordcount diffs bits
912 * workben/zoom.cxx, workben/zoom.hxx: Make zoom diff even smaller,
918 workben/wordcountdialog.hxx: Make wordcountdialog compilable under
980 * source/wrapper/wbutton.cxx: Make RadioButton hack more complete:
985 * source/wrapper/wimpl.hxx: Make WindowImpl hierarchy virtual from
1044 * workben/zoom.hxx: Make diff with svx/source/dialog/zoom.hxx
1058 * : Make diff for zoom.cxx with svx/source/dialog/zoom.cxx minimal.
1104 * : Make Window (top of layout hierarchy) virtual.
/trunk/main/setup_native/source/packinfo/
H A Dshellscripts_extensions.txt57 …echo 'ERROR: Make sure the runtime requirements (operating system, patch level, architecture) are …
83 …echo 'ERROR: Make sure the runtime requirements (operating system, patch level, architecture) are …
/trunk/main/sd/source/ui/func/
H A Dfutempl.cxx187 pStyleSheet = &pSSPool->Make( aStyleName, (SfxStyleFamily) nFamily, SFXSTYLEBIT_USERDEF ); in DoExecute()
213 pStyleSheet = &pSSPool->Make( aStyleName, (SfxStyleFamily) nFamily, SFXSTYLEBIT_USERDEF ); in DoExecute()
/trunk/main/offapi/com/sun/star/rendering/
H A DXSprite.idl191 /** Make the sprite visible.<p>
200 /** Make the sprite invisible.<p>
/trunk/main/svl/source/items/
H A Dstyle.cxx693 SfxStyleSheetBase& SfxStyleSheetBasePool::Make( const XubString& rName, SfxStyleFamily eFam, sal_uI… in Make() function in SfxStyleSheetBasePool
948 SfxStyleSheetBase& rSheet = Make( aName, (SfxStyleFamily)nFamily , nStyleMask); in Load()
1049 SfxStyleSheetBase& rSheet = Make( aName, (SfxStyleFamily)nFamily , nStyleMask); in Load1_Impl()
/trunk/main/basic/source/classes/
H A Dsb.cxx2084 p = Make( String::CreateFromAscii( pCountStr ), SbxCLASS_PROPERTY, SbxINTEGER ); in Initialize()
2087 p = Make( String::CreateFromAscii( pAddStr ), SbxCLASS_METHOD, SbxEMPTY ); in Initialize()
2089 p = Make( String::CreateFromAscii( pItemStr ), SbxCLASS_METHOD, SbxVARIANT ); in Initialize()
2091 p = Make( String::CreateFromAscii( pRemoveStr ), SbxCLASS_METHOD, SbxEMPTY ); in Initialize()
/trunk/main/sc/inc/
H A Dstlpool.hxx62 virtual SfxStyleSheetBase& Make( const String&, SfxStyleFamily eFam,
/trunk/main/basic/source/sample/
H A Dcollelem.cxx38 …SbxVariable* pMeth = Make( String( RTL_CONSTASCII_USTRINGPARAM("Say") ), SbxCLASS_METHOD, SbxEMPTY… in SampleElement()
H A Dobject.cxx153 pRes = Make( aName_, eCT, p->eType ); in Find()
/trunk/main/libxml2/
H A D50f06b3efb638efb0abd95dc62dca05ae67882c2.patch6 Make sure that truncated UTF-8 sequences don't cause an out-of-bounds
/trunk/main/basic/inc/basic/
H A Dsbxobj.hxx84 SbxVariable* Make( const String&, SbxClassType, SbxDataType, bool bIsRuntimeFunction = false );
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx597 SfxStyleSheetBase& rNewSheet = pMyPool->Make( in Insert()
920 pDest = &pMyPool->Make( pSource->GetName(), in LoadStyles()
/trunk/main/sfx2/source/appl/
H A Dappbas.cxx175 …SbxVariable *pVar = pBas->Make( String::CreateFromAscii(pName), eClassType, eType ); //SbxCLASS_PR… in MakeVariable()
/trunk/main/extensions/test/ole/MfcControl/
H A DMfcControl.odl3 // This file will be processed by the Make Type Library (mktyplib) tool to
/trunk/main/sw/inc/
H A Ddocstyle.hxx209 …virtual SfxStyleSheetBase& Make(const String&, SfxStyleFamily, sal_uInt16 nMask, sal_uInt16 nPos =…
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DMakefile107 @echo This examples needs a running database with name "$(QM)MYDB0$(QM)". Make sure that you
/trunk/main/odk/examples/java/ConverterServlet/
H A DREADME23 5. Make the servlet class known to your web server.
/trunk/main/offapi/com/sun/star/installation/
H A DXProtocolHandlerCheck.idl61 /** Make StarOffice the protocol-handler.@see isProtocolHandler

Completed in 137 milliseconds

12345