/aoo41x/main/filter/source/graphicfilter/icgm/ |
H A D | actimpr.cxx | 884 sal_Bool bTrue( sal_True ); in DrawText() local 885 aAny.setValue( &bTrue, ::getCppuType((const sal_Bool*)0 )); in DrawText() 908 sal_Bool bTrue = sal_True; in DrawText() local 909 aAny.setValue( &bTrue, ::getCppuType((const sal_Bool*)0) ); in DrawText() 950 sal_Bool bTrue = sal_True; in DrawText() local 951 aAny.setValue( &bTrue, ::getCppuType((const sal_Bool*)0)); in DrawText()
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | unotools.cxx | 168 sal_Bool bTrue = sal_True; in CreateControl() local 169 pValues[0].Value.setValue(&bTrue, ::getBooleanCppuType()); in CreateControl() 239 sal_Bool bTrue = sal_True; in IMPL_LINK() local 241 uno::Any aTrueSet( &bTrue, ::getBooleanCppuType() ); in IMPL_LINK()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlform.cxx | 2131 sal_Bool bTrue = sal_True; in NewTextArea() local 2132 aTmp.setValue( &bTrue, ::getBooleanCppuType() ); in NewTextArea() 2430 sal_Bool bTrue = sal_True; in NewSelect() local 2431 aTmp.setValue( &bTrue, ::getBooleanCppuType() ); in NewSelect() 2442 sal_Bool bTrue = sal_True; in NewSelect() local 2443 aTmp.setValue( &bTrue, ::getBooleanCppuType() ); in NewSelect()
|
/aoo41x/main/sw/source/filter/xml/ |
H A D | wrtxml.cxx | 565 sal_Bool bTrue = sal_True; in WriteThroughComponent() local 566 aAny.setValue( &bTrue, ::getBooleanCppuType() ); in WriteThroughComponent()
|
/aoo41x/main/stoc/source/typeconv/ |
H A D | convert.cxx | 804 sal_Bool bTrue = sal_True; in convertToSimpleType() local 805 aRet.setValue( &bTrue, getCppuBooleanType() ); in convertToSimpleType()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewling.cxx | 503 sal_Bool bTrue = sal_True; in HyphenateDocument() local 504 Any aTmp(&bTrue, ::getBooleanCppuType()); in HyphenateDocument()
|
H A D | view2.cxx | 288 sal_Bool bTrue = sal_True; in InsertGraphicDlg() local 289 Any aVal(&bTrue, ::getBooleanCppuType()); in InsertGraphicDlg()
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtvfldi.cxx | 524 sal_Bool bTrue = sal_True; in PrepareField() local 525 aAny.setValue( &bTrue, ::getBooleanCppuType() ); in PrepareField()
|
/aoo41x/main/extensions/source/bibliography/ |
H A D | general.cxx | 544 sal_Bool bTrue = sal_True; in AddXControl() local 545 aAny.setValue( &bTrue, ::getBooleanCppuType() ); in AddXControl()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLChartContext.cxx | 1020 static const sal_Bool bTrue = sal_True; in CreateChildContext() local 1021 static const uno::Any aTrueBool( &bTrue, ::getBooleanCppuType()); in CreateChildContext()
|
/aoo41x/main/starmath/source/ |
H A D | mathmlexport.cxx | 363 sal_Bool bTrue = sal_True; in WriteThroughComponent() local 364 aAny.setValue( &bTrue, ::getBooleanCppuType() ); in WriteThroughComponent()
|
/aoo41x/main/reportdesign/source/core/api/ |
H A D | ReportDefinition.cxx | 303 const sal_Bool bTrue = sal_True; in OStyle() local 326 registerPropertyNoMember(PROPERTY_BACKTRANSPARENT, ++i,nBound,::getBooleanCppuType() ,&bTrue); in OStyle() 339 …PropertyNoMember(MAP_CHAR_LEN(SC_UNO_PAGE_FTRBACKTRAN), ++i,nBound,::getBooleanCppuType() ,&bTrue); in OStyle() 366 …ember(MAP_CHAR_LEN(SC_UNO_PAGE_HDRBACKTRAN), ++i,nBound|nMayBeVoid,::getBooleanCppuType() ,&bTrue); in OStyle()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 131 bool bTrue; in ScIfJump() local 140 bTrue = bIsValue && (fVal != 0.0); in ScIfJump() 141 if ( bTrue ) in ScIfJump() 149 bTrue = false; in ScIfJump() 152 if ( bTrue ) in ScIfJump()
|
/aoo41x/main/sw/source/ui/frmdlg/ |
H A D | frmpage.cxx | 2624 sal_Bool bTrue = sal_True; in IMPL_LINK() local 2625 uno::Any aVal(&bTrue, ::getBooleanCppuType()); in IMPL_LINK()
|