Searched refs:bUpper (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/editeng/source/items/ |
H A D | svxfont.cxx | 219 const sal_Bool bUpper ) = 0; 695 const xub_StrLen nLen, const sal_Bool bUpper ); 701 const xub_StrLen _nLen, const sal_Bool bUpper ) in Do() argument 704 if ( !bUpper ) in Do() 771 const xub_StrLen nLen, const sal_Bool bUpper ); 802 const xub_StrLen _nLen, const sal_Bool bUpper) in Do() argument 812 if ( !bUpper ) in Do() 832 if ( !bUpper ) in Do()
|
H A D | numitem.cxx | 691 String SvxNumberFormat::CreateRomanString( sal_uLong nNo, sal_Bool bUpper ) in CreateRomanString() argument 696 const char *cRomanArr = bUpper in CreateRomanString()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | drawfont.hxx | 77 sal_Bool bUpper : 1; // Fuer Kapitaelchen: Grossbuchstaben-Flag member in SwDrawTextInfo 153 bUpper = sal_False; in SwDrawTextInfo() 337 return bUpper; in GetUpper() 542 bUpper = bNew; in SetUpper()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | XMLErrorIndicatorPropertyHdl.hxx | 34 XMLErrorIndicatorPropertyHdl( sal_Bool bUpper ) : mbUpperIndicator( bUpper ) in XMLErrorIndicatorPropertyHdl() argument
|
/aoo41x/main/svx/source/unodraw/ |
H A D | UnoGraphicExporter.cxx | 394 sal_Bool bUpper = sal_False; in IMPL_LINK() local 405 bUpper = sal_True; in IMPL_LINK() 407 aPageNumValue += SvxNumberFormat::CreateRomanString(mnPageNumber, bUpper); in IMPL_LINK()
|
/aoo41x/main/filter/source/svg/ |
H A D | svgexport.cxx | 1271 sal_Bool bUpper = sal_False; in IMPL_LINK() local 1282 bUpper = sal_True; in IMPL_LINK() 1284 … aPageNumValue += SvxNumberFormat::CreateRomanString( nPageNumber, bUpper ); in IMPL_LINK()
|
/aoo41x/main/sd/source/core/ |
H A D | drawdoc4.cxx | 1164 sal_Bool bUpper = sal_False; in CreatePageNumValue() local 1175 bUpper = sal_True; in CreatePageNumValue() 1177 aPageNumValue += SvxNumberFormat::CreateRomanString(nNum, bUpper); in CreatePageNumValue()
|
/aoo41x/main/connectivity/source/drivers/file/ |
H A D | fcomp.cxx | 620 sal_Bool bUpper = SQL_ISTOKEN(pPredicateNode->getChild(0),UPPER); in execute_Fold() local 624 if ( bUpper ) in execute_Fold()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | numitem.hxx | 253 static String CreateRomanString( sal_uLong nNo, sal_Bool bUpper );
|
/aoo41x/main/vcl/win/source/window/ |
H A D | salframe.cxx | 2547 bool bUpper = true; in ImplGetKeyNameText() local 2550 if( bUpper ) in ImplGetKeyNameText() 2552 bUpper = (*pW=='+') || (*pW=='-') || (*pW==' ') || (*pW=='.'); in ImplGetKeyNameText()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 1492 _InsULPara( SwTableNode* pTNd, sal_Bool bUpperLower, sal_Bool bUpper, in _InsULPara() 1497 { bUL_LR = bUpperLower; bUL = bUpper; } in _InsULPara()
|
Completed in 102 milliseconds